Explorar el Código

Fixed web production build

Alex Tran hace 3 años
padre
commit
aa74417d11
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      web/Dockerfile

+ 1 - 0
web/Dockerfile

@@ -21,6 +21,7 @@ EXPOSE 24678
 CMD ["npm", "run", "dev"]
 
 FROM base as prod
+COPY --chown=node:node . .
 ENV NODE_ENV=production