mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-13 10:39:33 +01:00
fix: update Dockerfile to copy client build output from the correct directory
This commit is contained in:
@@ -12,7 +12,7 @@ RUN npm run build
|
|||||||
|
|
||||||
# Use a lightweight nginx to serve the client build output
|
# Use a lightweight nginx to serve the client build output
|
||||||
FROM nginx:alpine AS runner
|
FROM nginx:alpine AS runner
|
||||||
COPY --from=builder /app/.svelte-kit/output/client /usr/share/nginx/html
|
COPY --from=builder /app/.svelte-kit/output/server /usr/share/nginx/html
|
||||||
COPY --from=builder /app/static /usr/share/nginx/html
|
COPY --from=builder /app/static /usr/share/nginx/html
|
||||||
|
|
||||||
# Default nginx port
|
# Default nginx port
|
||||||
|
|||||||
Reference in New Issue
Block a user