Skip to content
Snippets Groups Projects
Commit 30ef585f authored by Simon Saur's avatar Simon Saur
Browse files

Update testapp/Dockerfile

parent 1d70882e
No related branches found
No related tags found
No related merge requests found
Pipeline #21774 passed
......@@ -2,5 +2,4 @@ FROM python:3.10.4-alpine
RUN apk --update add bash nano
COPY requirements.txt .
RUN pip install -r requirements.txt
CMD cd testapp
CMD ["python3", "main.py"]
CMD python3 testapp/main.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment