Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
synergy
o3skim
Commits
db9143ac
Commit
db9143ac
authored
Aug 25, 2020
by
BorjaEst
Browse files
Remove unused exported ports
parent
0e9d01df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
db9143ac
...
@@ -53,10 +53,6 @@ RUN git clone --depth 1 -b ${branch} https://git.scc.kit.edu/synergy.o3as/o3skim
...
@@ -53,10 +53,6 @@ RUN git clone --depth 1 -b ${branch} https://git.scc.kit.edu/synergy.o3as/o3skim
rm -rf /tmp/*
rm -rf /tmp/*
WORKDIR
/app
WORKDIR
/app
# Ports to expose
EXPOSE
8443
EXPOSE
8080
# Change user context and drop root privileges
# Change user context and drop root privileges
RUN
groupadd
-r
${
group
}
&&
\
RUN
groupadd
-r
${
group
}
&&
\
useradd
--no-log-init
-r
-d
/app
-g
${
group
}
${
user
}
&&
\
useradd
--no-log-init
-r
-d
/app
-g
${
group
}
${
user
}
&&
\
...
...
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