Skip to content
Snippets Groups Projects
Commit cc2e91e4 authored by Jonas Leder's avatar Jonas Leder
Browse files

Fix typo

parent 57c1eb67
Branches
No related tags found
No related merge requests found
Pipeline #18718 passed
FROM python:3.11.4-alpine3.18@sha256:0a56f24afa1fc7f518aa690cb8c7be661225e40b157d9bb8c6ef402164d9faa7
COPY ./requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt && \
apk add --no-cache --virtual font-dejavu && \
apk add --no-cache --virtual font-dejavu
COPY ./main.py /app/main.py
WORKDIR /app
CMD ["python", "main.py"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment