Skip to content

Commit

Permalink
chore: update Dockerfile with maintainer info
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuu69 committed May 29, 2024
1 parent e061179 commit e4445c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# start by pulling the python image
FROM docker.io/python:3.9.6-alpine

# add label for documentation
LABEL maintainer="[email protected]"

# copy the requirements file into the image
COPY ./requirements.txt /app/requirements.txt

Expand Down

0 comments on commit e4445c0

Please sign in to comment.