Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
InterHop
Omop
susana-front
Commits
31661664
Commit
31661664
authored
May 04, 2021
by
Nicolas Paris
Browse files
Add dockerfile with nginx
parent
d773977b
Changes
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
31661664
FROM
nginx
COPY
concept_mapper_front/WebContent /usr/share/nginx/html
RUN
apt update
&&
apt
install
wget unzip
-y
WORKDIR
/usr/share/nginx/html/
RUN
wget https://github.com/SAP/openui5/releases/download/1.84.11/openui5-runtime-1.84.11.zip
&&
unzip
-o
openui5-runtime-1.84.11.zip
-d
/tmp
&&
\
mv /tmp/resources .
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