1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 19:49:37 +02:00

Fix Github action (#20)

This commit is contained in:
François Darveau 2023-05-24 19:48:53 -04:00 committed by GitHub
parent 40cade8f74
commit 82a06e73e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,10 +14,11 @@ RUN mkdir -p /app/client && cp -a /tmp_client/node_modules /app/client/
WORKDIR /app WORKDIR /app
COPY . /app 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 \