mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-09 04:25:18 +02:00
Upload custom icon on client
This commit is contained in:
parent
6c067bee31
commit
12974ab01b
6 changed files with 81 additions and 29 deletions
|
@ -11,7 +11,7 @@ RUN apk --no-cache --virtual build-dependencies add python make g++ \
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN mkdir -p ./public ./data \
|
||||
RUN mkdir -p ./public ./data ./data/uploads \
|
||||
&& cd ./client \
|
||||
&& npm install --production \
|
||||
&& npm run build \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue