mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-06-22 13:05:07 -04:00
Fix Docker image
This commit is contained in:
@@ -11,7 +11,7 @@ COPY . .
|
||||
RUN pnpm run build
|
||||
|
||||
# production stage
|
||||
FROM nginx:lts-alpine AS production-stage
|
||||
FROM nginx:stable-alpine AS production-stage
|
||||
COPY nginx/default.conf /etc/nginx/conf.d/
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
COPY --from=build-stage /app/dist /usr/share/nginx/html
|
||||
|
||||
Reference in New Issue
Block a user