Skip to content

Commit

Permalink
Merge pull request #1 from maexled/reduce-docker-image-size
Browse files Browse the repository at this point in the history
reduce docker image size by changing to slim-buster
  • Loading branch information
maexled authored May 27, 2022
2 parents 095623b + a6061c2 commit 847f161
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3
FROM python:3-slim-buster

WORKDIR /mystrom

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Requests data from MyStrom switch and stores in sql database.

## Environment Variables
`SQL_URL` - the URL for database, e.g. `mysql://user:password@host:3306/databsae`
`SQL_URL` - the URL for database, e.g. `mysql+pymysql://user:password@host:3306/databsae`
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 847f161

Please sign in to comment.