diff --git a/Dockerfile b/Dockerfile index c9f5e01..9196097 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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