Explorar el Código

chore: 更新Dockerfile

Jinyao hace 5 años
padre
commit
30d746b422
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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/