Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Bastien Gounon
xcache-flusher
Commits
bfa3deef
Commit
bfa3deef
authored
Oct 15, 2020
by
Bastien Gounon
🐗
Browse files
Make entrypoint executable
parent
7255fec6
Pipeline
#87158
passed with stage
in 3 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
bfa3deef
...
...
@@ -4,6 +4,7 @@ WORKDIR /go/src/app
COPY
src/* ./
COPY
entrypoint.sh /entrypoint.sh
RUN
chmod
+x /entrypoint.sh
RUN
go get
-v
ENTRYPOINT
["/entrypoint.sh"]
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