feat: přidat projekt
This commit is contained in:
commit
95b26b4063
42 changed files with 5261 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM passsy/flutterw:base-latest
|
||||
COPY . .
|
||||
RUN ./flutterw config --no-analytics
|
||||
ENTRYPOINT ./flutterw run --release --web-port=80 --web-hostname 0.0.0.0 -d web-server
|
||||
EXPOSE 80
|
Loading…
Add table
Add a link
Reference in a new issue