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.
1 parent c54de42 commit 85fd1ebCopy full SHA for 85fd1eb
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