Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Laura Morel
VizFaDa-app
Commits
9476c78a
Commit
9476c78a
authored
Nov 19, 2020
by
Laura Morel
Browse files
Merge branch 'master' of
https://forgemia.inra.fr/laura.morel/vizfada-app
parents
e16a662e
451e74a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Django/Dockerfile.prod
deleted
100644 → 0
View file @
e16a662e
FROM python:3.8.6
COPY requirements.txt /
RUN apt-get update
RUN apt-get install libgirepository1.0-dev python-cairo python3-gi gobject-introspection gir1.2-gtk-3.0 -y
RUN pip install -r /requirements.txt
RUN mkdir /code
WORKDIR /code
COPY . /code/
RUN python manage.py makemigrations
EXPOSE 80
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment