draft: Ongoing changes #1
@@ -1,6 +1,8 @@
|
||||
FROM docker.io/python:3.11-slim AS base
|
||||
|
||||
WORKDIR /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt update && apt install -y build-essential
|
||||
|
||||
ADD requirements.txt ./
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user