Explorar o código

fix: modified Dockerfile

刘一也 %!s(int64=4) %!d(string=hai) anos
pai
achega
3eea71683e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ ADD package.json /code
 ADD yarn.lock /code
 RUN yarn install
 ADD . /code
-RUN yarn build:prod
+RUN yarn build
 
 FROM nginx:1.19-alpine
 COPY --from=builder /code/dist/ /var/www/html/dist/