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
451e74a4
Commit
451e74a4
authored
Nov 19, 2020
by
Laura Morel
Browse files
Delete Dockerfile.prod
parent
8de7de10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Django/Dockerfile.prod
deleted
100644 → 0
View file @
8de7de10
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