fix: removing deploy with nginx env
This commit is contained in:
parent
58bf056ddb
commit
45bb1153ee
9 changed files with 45 additions and 32 deletions
|
|
@ -3,10 +3,15 @@ RUN apk add --no-cache libc6-compat
|
|||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN yarn global add turbo
|
||||
RUN yarn install
|
||||
|
||||
ENV NEXT_PUBLIC_ADMIN_BASE_PATH="/god-mode"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
VOLUME [ "/app/node_modules", "/app/admin/node_modules" ]
|
||||
|
||||
CMD ["yarn", "dev", "--filter=admin"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue