Parcourir la source

chore: 更新Dockerfile

Jinyao il y a 5 ans
Parent
commit
30d746b422
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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/