Skip to content

Commit

Permalink
Move app container into .github containers area
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed Apr 19, 2024
1 parent 6a6e668 commit 41d0aec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/containers/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM python:3.12.3-bullseye
RUN pip install flask==3.0.3
ENV FLASK_APP=flask
COPY flask.py .
CMD flask run

File renamed without changes.

0 comments on commit 41d0aec

Please sign in to comment.