mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Update Dockerfile and LogManager
This commit is contained in:
parent
ae2173e8b1
commit
21711960df
5 changed files with 8 additions and 18 deletions
|
|
@ -42,6 +42,6 @@ LABEL org.opencontainers.image.description "Lysand Server docker image"
|
|||
# CD to app
|
||||
WORKDIR /app
|
||||
ENV NODE_ENV=production
|
||||
ENTRYPOINT [ "/bin/sh", "entrypoint.sh" ]
|
||||
ENTRYPOINT [ "/bin/sh", "/app/entrypoint.sh" ]
|
||||
# Run migrations and start the server
|
||||
CMD [ "start" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue