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 9121d8f commit a038341Copy full SHA for a038341
docker/Dockerfile
@@ -9,4 +9,4 @@ WORKDIR /submissions-api
9
10
# Install the dependencies from package.json
11
RUN npm install
12
-CMD npm start
+ENTRYPOINT npm start
0 commit comments