Initial commit
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM docker.io/python:3.10-alpine
|
||||
|
||||
COPY . src
|
||||
RUN cd src && pip install --no-cache-dir .
|
||||
|
||||
CMD ["python", "-m", "myproj"]
|
||||
Reference in New Issue
Block a user