mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-15 11:29:32 +01:00
refactor: move from sveltekit to vite
This commit is contained in:
@@ -12,8 +12,7 @@ RUN npm run build
|
||||
|
||||
# Use a lightweight nginx to serve the client build output
|
||||
FROM nginx:alpine AS runner
|
||||
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/dist /usr/share/nginx/html
|
||||
|
||||
# Default nginx port
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user