mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
fix docker build issues
- pnpm-lock instead of package-lock - fix build out directory
This commit is contained in:
parent
c54423a667
commit
8629994eb6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ RUN pnpm run build:web
|
|||
# --- Production stage
|
||||
FROM nginx:alpine-slim
|
||||
|
||||
COPY --chown=nginx:nginx --from=builder /app/release/app/dist/web /usr/share/nginx/html
|
||||
COPY --chown=nginx:nginx --from=builder /app/out/web /usr/share/nginx/html
|
||||
COPY ./settings.js.template /etc/nginx/templates/settings.js.template
|
||||
COPY ng.conf.template /etc/nginx/templates/default.conf.template
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue