mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
Added search bar
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user