Skip to content

Commit

Permalink
Improve docker image size; Add lints package; Bump to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Nov 6, 2021
1 parent be9c93b commit 2fdc2c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.3

- Improve docker image size

## 2.1.2

- Improve docker image size
Expand Down
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ RUN pub get --offline

RUN dart compile exe bin/running_on_dart.dart

FROM ubuntu
WORKDIR /app
FROM subfuzion/dart:slim

WORKDIR /app
COPY --from=builder /app/bin/running_on_dart.exe /app

CMD []
ENTRYPOINT [ "./running_on_dart.exe" ]
CMD [ "./running_on_dart.exe" ]
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: running_on_dart
version: 2.1.2
version: 2.1.3
description: Discord Bot for nyxx development
homepage: https://github.com/nyxx-discord/running_on_dart
repository: https://github.com/nyxx-discord/running_on_dart
Expand Down

0 comments on commit 2fdc2c4

Please sign in to comment.