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
ea5241fd
Commit
ea5241fd
authored
Jun 01, 2020
by
Bayukanta Iqbal Gunawan
Browse files
tes docker
parent
34549f16
Pipeline
#48551
failed with stages
in 1 minute and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
ea5241fd
FROM
node
:latest
FROM
python
:latest
WORKDIR
/opt/pplbackend
RUN
mkdir
-p
/opt/pplbackend
ADD
. /opt/pplbackend
RUN
\
apt-get update
&&
\
apt-get
-y
install
python3 python3-pip
&&
\
python3
-m
pip
install
-r
requirements.txt
--no-cache-dir
RUN
chmod
+x /opt/pplbackend/docker_start.sh
EXPOSE
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