Skip to content

Commit 85fd1eb

Browse files
authored
Update Dockerfile
1 parent c54de42 commit 85fd1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ WORKDIR /submissions-api
99

1010
# Install the dependencies from package.json
1111
RUN yarn install
12-
ENTRYPOINT yarn start
12+
ENTRYPOINT node app.js

0 commit comments

Comments
 (0)