Fix module name in Dockerfile

This commit is contained in:
2022-04-23 19:56:22 +02:00
parent d9ce9fb9a5
commit fd3dd492c2

View File

@@ -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"]