mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-22 04:49:36 +02:00
Merge pull request #46 from rgriffogoes/master
Adding npm install on client code
This commit is contained in:
commit
db4a10171e
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ 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