reverted docker compose file
This commit is contained in:
parent
cb38346225
commit
4436bd2058
3 changed files with 8 additions and 8 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue