Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
879c1052
Unverified
Commit
879c1052
authored
Jun 22, 2020
by
Sebastian Schüpbach
Browse files
fix Dockerfile
parent
7b8d99ff
Pipeline
#10376
passed with stages
in 9 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
879c1052
...
...
@@ -21,6 +21,7 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY
--from=builder /go/src/gitlab.switch.ch/memoriav/memobase-2020/services/histogram/bin/app /app
COPY
--from=builder /etc/passwd /etc/passwd
COPY
--from=histogram_builder /go/src/gitlab.switch.ch/memoriav/memobase-2020/services/histogram/bin/histogram /usr/bin
RUN
chmod
+x /usr/bin/histogram
RUN
apt-get update
&&
\
apt-get
install
-y
exiftool
&&
\
...
...
@@ -32,9 +33,6 @@ ADD identify /usr/bin/
USER
appuser
ADD
web/static/ /app/static
ADD
web/template /app/web/template
EXPOSE
81
ENTRYPOINT
["/app/app"]
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