Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
IndexerHelper
Commits
1c2765b5
Verified
Commit
1c2765b5
authored
Jun 23, 2020
by
Sebastian Schüpbach
Browse files
explicitly create colormap dir
parent
6d9003c9
Pipeline
#10437
passed with stages
in 22 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
1c2765b5
...
@@ -9,6 +9,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/app -a gitlab.switch.c
...
@@ -9,6 +9,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/app -a gitlab.switch.c
FROM
perl:5.30-slim-buster
FROM
perl:5.30-slim-buster
WORKDIR
/app
WORKDIR
/app
RUN
groupadd
-r
appuser
&&
\
RUN
groupadd
-r
appuser
&&
\
mkdir
/colormap
&&
\
chmod
-R
770 /colormap
&&
\
chmod
-R
770 /colormap
&&
\
chown
-R
:appuser /colormap
chown
-R
:appuser /colormap
COPY
--from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY
--from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
...
...
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