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
ai3
docker
lurker
Commits
a524ab1b
Commit
a524ab1b
authored
Aug 01, 2019
by
ale
Browse files
Fix quoting for ENTRYPOINT
parent
f168c1ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
a524ab1b
...
...
@@ -5,5 +5,5 @@ COPY smtpd.py /usr/bin/smtpd
COPY
conf/ /etc/
RUN
/tmp/build.sh
&&
rm
/tmp/build.sh
ENTRYPOINT
[
'
/usr/local/bin/chaperone
'
]
ENTRYPOINT
[
"
/usr/local/bin/chaperone
"
]
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