Basic implementation of first login handshake
This commit is contained in:
parent
6ea48dd4e7
commit
88a7a0a9c6
8 changed files with 314 additions and 13 deletions
12
Dockerfile
12
Dockerfile
|
@ -1,17 +1,7 @@
|
|||
FROM git.zontreck.com/packages/flutter:latest as BUILDER
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./pubspec.yaml ./
|
||||
COPY ./cli ./
|
||||
COPY ./lib ./
|
||||
COPY ./android ./
|
||||
COPY ./linux ./
|
||||
COPY ./ios ./
|
||||
COPY ./macos ./
|
||||
COPY ./test ./
|
||||
COPY ./web ./
|
||||
COPY ./windows ./
|
||||
COPY ./analysis_options.yaml ./
|
||||
COPY ./* /app/
|
||||
|
||||
|
||||
RUN dart pub get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue