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:
parent
2b519a07b7
commit
019de78ee2
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ ENV NEXT_PUBLIC_API_HOST $NEXT_PUBLIC_API_HOST
|
||||||
ENV NEXT_PUBLIC_REMOTE_CURRENT $NEXT_PUBLIC_REMOTE_CURRENT
|
ENV NEXT_PUBLIC_REMOTE_CURRENT $NEXT_PUBLIC_REMOTE_CURRENT
|
||||||
RUN yarn next:build
|
RUN yarn next:build
|
||||||
|
|
||||||
ENTRYPOINT ["yarn", "nginx:start"]
|
ENTRYPOINT ["yarn", "next:start"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue