Skip to content

Commit 83de863

Browse files
committed
chore:remove build dir
1 parent d143ade commit 83de863

File tree

3 files changed

+1
-36
lines changed

3 files changed

+1
-36
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ RUN npm run build:prod
1111
FROM nginx as production
1212
RUN mkdir /web
1313
COPY --from=builder /sf-vue-admin/dist/ /web
14-
COPY --from=builder /sf-vue-admin/build/nginx.conf /etc/nginx/nginx.conf
14+
COPY --from=builder /sf-vue-admin/nginx.conf /etc/nginx/nginx.conf
1515
EXPOSE 80

build/index.js

Lines changed: 0 additions & 35 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)