1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-30 16:09:38 +02:00

Adding npm install on client code

This commit is contained in:
Rafael Griffo Goes 2021-06-22 22:54:24 -04:00
parent 4c3255107c
commit 472cfd6610

View file

@ -10,6 +10,7 @@ COPY . .
RUN mkdir -p ./public ./data \ RUN mkdir -p ./public ./data \
&& cd ./client \ && cd ./client \
&& npm install --production \
&& npm run build \ && npm run build \
&& cd .. \ && cd .. \
&& mv ./client/build/* ./public \ && mv ./client/build/* ./public \