Fix wrong command in Dockerfile

This commit is contained in:
Jesse Wierzbinski 2024-04-06 21:05:21 -10:00
parent dfc4b624a4
commit 015177e3a2
No known key found for this signature in database

View file

@ -45,4 +45,4 @@ LABEL org.opencontainers.image.description "Lysand Server docker image"
WORKDIR /app WORKDIR /app
ENV NODE_ENV=production ENV NODE_ENV=production
# Run migrations and start the server # Run migrations and start the server
ENTRYPOINT [ "./entrypoint.sh" "start" ] CMD [ "./entrypoint.sh" "start" ]