Skip to content

Commit 933dc76

Browse files
Added default start for docker entrypoint.
1 parent 1f651ae commit 933dc76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@ RUN chmod +x docker-entrypoint.sh
5050
EXPOSE 4000
5151

5252
# Run migrations then start
53-
ENTRYPOINT ["./docker-entrypoint.sh"]
53+
ENTRYPOINT ["./docker-entrypoint.sh"]
54+
55+
# The default command for the entrypoint script
56+
CMD ["pnpm", "start"]

0 commit comments

Comments
 (0)