Skip to content

Commit

Permalink
Create Dockerfile_python
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetraina authored Dec 1, 2023
1 parent e5fc9db commit d228ffb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions solution/python-mysql/Dockerfile_python
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# NOTE name need to be Dockerfile
FROM python:3.9

RUN pip install mysql-connector-python

WORKDIR /usr/app/src

COPY hello_world.py ./

0 comments on commit d228ffb

Please sign in to comment.