Possible fix to Docker build failed - #8

This commit is contained in:
unknown
2021-09-23 22:37:29 +02:00
parent c06a3ee97a
commit 7df5c8ddbe
5 changed files with 9 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ RUN npm run build
# Build client code
RUN cd ./client \
&& npm install --production \
&& npm install \
&& npm run build \
&& cd .. \
&& mv ./client/build/* ./public