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
Fasilkom UI Open Source Software
Kape
Commits
f8718137
Commit
f8718137
authored
Sep 23, 2019
by
Daya Adianto
🐈
Browse files
Fix Dockerfile
parent
8cc9f635
Pipeline
#20323
canceled with stages
in 24 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f8718137
...
...
@@ -3,8 +3,8 @@ FROM node:4 AS frontend-builder
WORKDIR
/home/kape/app
COPY
. .
ARG
NPM_PROXY=""
RUN
test
-n
${
NPM_PROXY
}
&&
npm config
set
https-proxy
${
NPM_PROXY
}
\
||
npm
install
\
RUN
npm config
set
https-proxy
${
NPM_PROXY
}
\
&&
npm
install
\
&&
npm run build-production
FROM
python:2-jessie AS app
...
...
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