1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

(nextjs) fixed nextjs entrypoint

This commit is contained in:
Fedor Katurov 2022-01-17 16:54:18 +07:00
parent 2b519a07b7
commit 019de78ee2

View file

@ -8,4 +8,4 @@ ENV NEXT_PUBLIC_API_HOST $NEXT_PUBLIC_API_HOST
ENV NEXT_PUBLIC_REMOTE_CURRENT $NEXT_PUBLIC_REMOTE_CURRENT
RUN yarn next:build
ENTRYPOINT ["yarn", "nginx:start"]
ENTRYPOINT ["yarn", "next:start"]