reverted docker compose file

This commit is contained in:
CDaut 2022-06-25 21:04:23 +02:00 committed by CDaut
parent cb38346225
commit 4436bd2058
3 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
FROM python:3.10-alpine
FROM python:3.10-slim
ENV PYTHONBUFFERED 1
RUN apk update && apk upgrade
RUN apt update && apt upgrade
RUN mkdir "/markdownblog"
WORKDIR "/markdownblog"
ADD ./requirements.txt /markdownblog/