Merge branch 'master' into orm
This commit is contained in:
commit
1482cb2ff7
2 changed files with 5 additions and 2 deletions
3
.github/FUNDING.yml
vendored
Normal file
3
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
github: [thosakwe]
|
|
@ -1,4 +1,4 @@
|
||||||
FROM google/dart:2.0
|
FROM google/dart:latest
|
||||||
|
|
||||||
COPY ./ ./
|
COPY ./ ./
|
||||||
|
|
||||||
|
@ -11,4 +11,4 @@ RUN pub get
|
||||||
# Set environment, start server
|
# Set environment, start server
|
||||||
ENV ANGEL_ENV=production
|
ENV ANGEL_ENV=production
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD dart bin/prod.dart
|
CMD dart bin/prod.dart
|
||||||
|
|
Loading…
Reference in a new issue