1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-08 20:25:16 +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

@ -11,7 +11,7 @@ RUN apk --no-cache --virtual build-dependencies add python make g++ \
COPY . .
RUN mkdir -p ./public ./data ./data/uploads \
RUN mkdir -p ./public ./data \
&& cd ./client \
&& npm install --production \
&& npm run build \