Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e38d9ed53b |
@@ -16,8 +16,8 @@ COPY . .
|
||||
# Build the app
|
||||
RUN npm run build
|
||||
|
||||
# Stage 2: Production image
|
||||
FROM alpine:latest
|
||||
# Stage 2: Static file server (BusyBox)
|
||||
FROM busybox:latest
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user