Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 91373fe

Browse files
committed
fix eof
1 parent 7f4e288 commit 91373fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY --link . .
1111
RUN npm prune --production
1212
FROM base
1313
COPY --from=build /app /app
14-
CMD [ "npm", "run", "start" ]
14+
CMD [ "npm", "run", "start" ]

0 commit comments

Comments
 (0)