mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Add runtime stage to Dockerfile for nginx
This commit is contained in:
@@ -24,6 +24,7 @@ COPY . .
|
||||
# Build the application
|
||||
RUN npm run build
|
||||
|
||||
|
||||
FROM nginx:alpine AS runtime
|
||||
|
||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||
|
||||
Reference in New Issue
Block a user