Browse Source

chore: 更新Dockerfile

Jinyao 5 năm trước cách đây
mục cha
commit
30d746b422
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -7,5 +7,4 @@ ADD . /code
 RUN yarn build:prod
 
 FROM nginx:1.19-alpine
-COPY nginx.conf /etc/nginx/conf.d/seecoder.conf
 COPY --from=builder /code/dist/ /var/www/html/dist/