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