updated dockerfile for client so it builds proper
This commit is contained in:
parent
c23f963a28
commit
1dd661fa80
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN flutter doctor
|
||||||
|
|
||||||
COPY ./ /client/
|
COPY ./ /client/
|
||||||
|
|
||||||
RUN flutter build web
|
RUN flutter build web --dart-define-from-file=.env
|
||||||
|
|
||||||
WORKDIR /client/build/web
|
WORKDIR /client/build/web
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue