mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 03:57:09 +00:00
Merge branch 'master' of gitlab.com:megazordpobeda/DataRush
This commit is contained in:
@@ -10,7 +10,7 @@ COPY . .
|
||||
RUN bun run build
|
||||
|
||||
# Stage 2: Serve the built files with Nginx
|
||||
FROM nginx:latest
|
||||
FROM nginx:1.28-alpine-slim
|
||||
|
||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user