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

Update testapp/Dockerfile

parent f8808652
No related branches found
No related tags found
No related merge requests found
Pipeline #21784 failed
FROM python:3.10.4-alpine FROM python:3.10.4-alpine
RUN apk update RUN apk update --no-cache-dir
RUN pip install flask RUN pip install flask
COPY main.py /testapp/ COPY main.py /testapp/
CMD python3 testapp/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