Fix module name in Dockerfile
This commit is contained in:
@@ -3,4 +3,4 @@ FROM docker.io/python:3.10-alpine
|
|||||||
COPY . src
|
COPY . src
|
||||||
RUN cd src && pip install --no-cache-dir .
|
RUN cd src && pip install --no-cache-dir .
|
||||||
|
|
||||||
CMD ["python", "-m", "myproj"]
|
CMD ["python", "-m", "pyprotest"]
|
||||||
|
|||||||
Reference in New Issue
Block a user