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

Added search bar

This commit is contained in:
unknown 2021-06-24 12:53:45 +02:00
parent 550e1e155b
commit 8026533a06
18 changed files with 166 additions and 9 deletions

View file

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