mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
fix: Use script to build web version
This commit is contained in:
parent
9a51437ab0
commit
c6527fe51d
@ -6,9 +6,9 @@ RUN mkdir /fluffychat
|
|||||||
WORKDIR /fluffychat
|
WORKDIR /fluffychat
|
||||||
|
|
||||||
COPY ./ /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
|
FROM nginx:alpine
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user