mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Replace Bash with POSIX sh in Docker image
This commit is contained in:
parent
5737ed43cb
commit
4a3de1fd9e
2 changed files with 3 additions and 3 deletions
|
|
@ -43,6 +43,6 @@ LABEL org.opencontainers.image.description "Lysand Server docker image"
|
|||
# CD to app
|
||||
WORKDIR /app
|
||||
ENV NODE_ENV=production
|
||||
ENTRYPOINT [ "/bin/bash", "/app/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