Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek committed Feb 1, 2024
1 parent 09c6cf9 commit 01f7edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/API/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.11.2-bullseye

RUN apt update

RUN pip install gunicorn==20.1.0 python-openstackclient==6.0.0 Flask==3.0.0 Flask-API==1.1 Flask-Cors==4.0.0 Flask-Login==0.6.3 Flask-Migrate==4.0.5 Flask-SQLAlchemy==3.1.1 argon2-cffi==21.1.0 requests==2.28.1
RUN pip install gunicorn==20.1.0 python-openstackclient==6.0.0 Flask==3.0.0 Flask-API==1.1 Flask-Cors==4.0.0 Flask-Login==0.6.3 Flask-Migrate==4.0.5 Flask-SQLAlchemy==3.1.1 argon2-cffi==21.1.0 requests==2.28.1


RUN mkdir /api
Expand All @@ -13,7 +13,7 @@ COPY main.py .
COPY back_openstack.py .

RUN mkdir -p /api/static
COPY robots.txt /api/static/robots.txt
COPY ./static/robots.txt /api/static/robots.txt

# Partie variable d'environnement URLs
ENV URL_VNC="https://vnc.insa-cvl.com"
Expand Down

0 comments on commit 01f7edb

Please sign in to comment.