fix: Use script to build web version

This commit is contained in:
Marcel 2021-09-11 17:01:11 +00:00
parent 9a51437ab0
commit c6527fe51d

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