We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55dcee6 + 85fd1eb commit 3fb0661Copy full SHA for 3fb0661
docker/Dockerfile
@@ -9,4 +9,4 @@ WORKDIR /submissions-api
9
10
# Install the dependencies from package.json
11
RUN yarn install
12
-ENTRYPOINT yarn start
+ENTRYPOINT node app.js
0 commit comments