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 d143ade commit 83de863Copy full SHA for 83de863
Dockerfile
@@ -11,5 +11,5 @@ RUN npm run build:prod
11
FROM nginx as production
12
RUN mkdir /web
13
COPY --from=builder /sf-vue-admin/dist/ /web
14
-COPY --from=builder /sf-vue-admin/build/nginx.conf /etc/nginx/nginx.conf
+COPY --from=builder /sf-vue-admin/nginx.conf /etc/nginx/nginx.conf
15
EXPOSE 80
build/index.js
build/nginx.conf renamed to nginx.conf
0 commit comments