J'avais oublié de push...
This commit is contained in:
7
TP5/Exercice-2.2/Dockerfile
Normal file
7
TP5/Exercice-2.2/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM ubuntu:20.04
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python3 python3-pip
|
||||
COPY requirements.txt .
|
||||
RUN pip3 install -r requirements.txt
|
||||
COPY app.py .
|
||||
CMD ["python3", "app.py"]
|
||||
Reference in New Issue
Block a user