Docker buid issue
This commit is contained in:
@ -18,6 +18,9 @@ RUN npm run build
|
||||
# ===============================
|
||||
FROM nginx:alpine
|
||||
|
||||
# Install wget for healthcheck
|
||||
RUN apk add --no-cache wget
|
||||
|
||||
# Copy built files
|
||||
COPY --from=builder /app/dist/fuse/browser /usr/share/nginx/html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user