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
DTB-Layanan Fasilitas Publik Penyandang Disabilitas
PoiPoLeGan-PPLapanganTembak-DTB Layanan Fasilitas Publik Penyandang Disabilitas-BE
Commits
609fa79e
Commit
609fa79e
authored
Jun 02, 2020
by
Bayukanta Iqbal Gunawan
Browse files
tes docker
parent
92700280
Pipeline
#48747
passed with stage
in 1 minute and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
609fa79e
...
...
@@ -6,8 +6,10 @@ RUN mkdir -p /opt/pplbackend
ADD
. /opt/pplbackend
RUN
\
apt-get update
&&
\
apt-get
-y
install
python3 python3-pip
&&
\
export
HTTP_PROXY
=
"http://proxy.cs.ui.ac.id:8080"
export http_proxy="http://proxy.cs.ui.ac.id:8080"
export HTTPS_PROXY="http://proxy.cs.ui.ac.id:8080"
export https_proxy="http://proxy.cs.ui.ac.id:8080"
python3 -m pip install -r requirements.txt --no-cache-dir
RUN
chmod
+x /opt/pplbackend/docker_start.sh
...
...
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