1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-09 12:35:18 +02:00

Upload custom icon on client

This commit is contained in:
unknown 2021-06-23 15:27:46 +02:00
parent 6c067bee31
commit 12974ab01b
6 changed files with 81 additions and 29 deletions

View file

@ -10,7 +10,7 @@ RUN npm install --production
COPY . .
RUN mkdir -p ./public ./data \
RUN mkdir -p ./public ./data ./data/uploads \
&& cd ./client \
&& npm install --production \
&& npm run build \