mirror of
https://github.com/pawelmalak/flame.git
synced 2025-04-23 13:27:21 -04:00
Fix Github action (#20)
This commit is contained in:
parent
40cade8f74
commit
82a06e73e7
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue