Browse Source

Update Dockerfile

master
Marten Kante 8 months ago
committed by GitHub
parent
commit
06d23a2ca3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Dockerfile

+ 1
- 1
src/Dockerfile

@ -6,7 +6,7 @@ RUN apt-get update
RUN apt-get install python3 python3-pip -y RUN apt-get install python3 python3-pip -y
RUN pip3 install flask
RUN pip3 install flask flask-wtf flask-mail
WORKDIR /flask WORKDIR /flask

Loading…
Cancel
Save