Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
iBB
API
geneinfoservice
Commits
a095bf35
Commit
a095bf35
authored
Oct 21, 2020
by
cnguyen2
Browse files
Add missing data to docker image
parent
8a8977a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/docker/Dockerfile.native
View file @
a095bf35
...
@@ -28,6 +28,8 @@ RUN chmod 775 /work /work/application \
...
@@ -28,6 +28,8 @@ RUN chmod 775 /work /work/application \
COPY target/*-runner /work/application
COPY target/*-runner /work/application
RUN chown 1001:root /work/application
RUN chown 1001:root /work/application
COPY data/* /work/data/
EXPOSE 8080
EXPOSE 8080
USER 1001
USER 1001
...
...
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