Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
Diskominfo-D'Blood
Mantan Aab-D Blood
Commits
d7ede02d
Verified
Commit
d7ede02d
authored
Jul 21, 2020
by
Giovan Isa Musthofa
Browse files
Add pandas dependency to Dockerfile
parent
1aa89a72
Pipeline
#50830
passed with stages
in 2 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/Dockerfile
View file @
d7ede02d
FROM
python:3.8-alpine
as
builder
RUN
apk add
--no-cache
postgresql-dev gcc python3-dev musl-dev libffi-dev
RUN
apk add
--no-cache
postgresql-dev gcc g++ python3-dev musl-dev libffi-dev
\
zlib-dev jpeg-dev
WORKDIR
/app/
COPY
requirements.txt ./
...
...
@@ -28,6 +29,4 @@ ENV DJANGO_SETTINGS_MODULE 'dblood.settings.production'
ENV
DEBUG 'False'
ENV
STATIC_URL '/api/static/'
RUN
[
"python"
,
"manage.py"
,
"installtasks"
]
CMD
["gunicorn", "dblood.wsgi", "--bind", "0.0.0.0:8000"]
Write
Preview
Supports
Markdown
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