We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9019cb1 commit cd7aaf9Copy full SHA for cd7aaf9
Dockerfile
@@ -2,6 +2,8 @@
2
FROM nginx:alpine AS build
3
RUN rm -rf /etc/nginx/conf.d/*
4
COPY nginx.conf /etc/nginx/
5
+RUN npm image
6
+RUN npm run build
7
COPY public /usr/share/nginx/html/
8
EXPOSE 80
9
0 commit comments