Edit file File name : Dockerfile Content :# Check Dockerhub for available tags: https://hub.docker.com/r/tryretool/backend/tags #ARG VERSION=X.Y.Z-stable ARG VERSION=3.284.3-stable FROM tryretool/code-executor-service:${VERSION} AS code-executor FROM tryretool/backend:${VERSION} CMD ./docker_scripts/start_api.sh Save