This commit is contained in:
@@ -7,6 +7,6 @@ RUN npm run build
|
||||
FROM nginx:alpine-slim
|
||||
EXPOSE 80
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY --from=build /app/dist/website/browser /usr/share/nginx/html/web
|
||||
COPY --from=build /app/dist/website/browser /usr/share/nginx/html
|
||||
|
||||
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
||||
|
||||
Reference in New Issue
Block a user