fix: Use script to build web version
This commit is contained in:
parent
84d41d2d46
commit
c961099735
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ RUN mkdir /fluffychat
|
|||
WORKDIR /fluffychat
|
||||
|
||||
COPY ./ /fluffychat
|
||||
RUN ./scripts/prepare-web.sh
|
||||
|
||||
RUN flutter build web --release
|
||||
RUN ./scripts/prepare-web.sh
|
||||
RUN ./scripts/build-web.sh
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue