fix: Remove broken docker job
This commit is contained in:
parent
53967eb1f0
commit
ce5b67f735
2 changed files with 0 additions and 57 deletions
16
Dockerfile
16
Dockerfile
|
|
@ -1,16 +0,0 @@
|
|||
# Based upon https://github.com/Starbix/dockerimages/commit/b0c3e408263a90ee467d30aed0e855a610eb537a
|
||||
|
||||
FROM cirrusci/flutter:2.2.3 AS builder
|
||||
|
||||
RUN mkdir /fluffychat
|
||||
WORKDIR /fluffychat
|
||||
|
||||
COPY ./ /fluffychat
|
||||
|
||||
RUN ./scripts/prepare-web.sh
|
||||
RUN ./scripts/build-web.sh
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY --from=builder /fluffychat/build/web/ /usr/share/nginx/html
|
||||
COPY --from=builder /fluffychat/config.sample.json /usr/share/nginx/html/config.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue