mirror of
https://github.com/ztjhz/BetterChatGPT.git
synced 2023-07-20 23:11:29 +03:00
Update Dockerfile
This commit is contained in:
@@ -13,8 +13,7 @@ WORKDIR /home/appuser/app
|
||||
COPY --chown=appuser:appgroup package.json yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
COPY --chown=appuser:appgroup . .
|
||||
|
||||
RUN yarn build
|
||||
EXPOSE 3000
|
||||
|
||||
EXPOSE 3000
|
||||
CMD ["/home/appuser/.yarn/bin/serve", "-s", "dist", "-l", "3000"]
|
||||
|
||||
Reference in New Issue
Block a user