Skip to content

Commit 3fb0661

Browse files
authored
Merge pull request #308 from topcoder-platform/read-only-root-file-system-fix
Update Dockerfile
2 parents 55dcee6 + 85fd1eb commit 3fb0661

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)