Fixes copy command
This commit is contained in:
parent
88a7a0a9c6
commit
b76d980b13
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM git.zontreck.com/packages/flutter:latest as BUILDER
|
FROM git.zontreck.com/packages/flutter:latest as BUILDER
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./* /app/
|
COPY . .
|
||||||
|
|
||||||
|
|
||||||
RUN dart pub get
|
RUN dart pub get
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue