mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: update Dockerfile to support custom command (#3871)
Signed-off-by: Singee <git@singee.me>
This commit is contained in:
parent
ab38cbffeb
commit
afd2257e55
1 changed files with 2 additions and 1 deletions
|
@ -38,4 +38,5 @@ FROM node:18-alpine as app
|
|||
WORKDIR /etc/logto
|
||||
COPY --from=builder /etc/logto .
|
||||
EXPOSE 3001
|
||||
ENTRYPOINT ["npm", "start"]
|
||||
ENTRYPOINT ["npm", "run"]
|
||||
CMD ["start"]
|
||||
|
|
Loading…
Reference in a new issue