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
COPY . /app
COPY . .
RUN mkdir -p ./public ./data \
&& cd ./client \
&& npm install --production \
&& npm run build \
&& cd .. \
&& mv ./client/build/* ./public \