fix: Use script to build web version

This commit is contained in:
Marcel 2021-09-11 17:01:11 +00:00
parent 84d41d2d46
commit c961099735

View file

@ -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