Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
34c78b31
Commit
34c78b31
authored
Aug 22, 2015
by
Gavin Bisesi
Browse files
Use servatrice as docker entrypoint
This lets you "docker run servatrice" and pass command line arguments
parent
18ec8e20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
34c78b31
...
...
@@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y\
cmake
\
git
\
libprotobuf-dev
\
libqt5sql5-mysql
\
libqt5svg5-dev
\
libqt5webkit5-dev
\
libsqlite3-dev
\
...
...
@@ -37,4 +38,4 @@ WORKDIR /home/servatrice
EXPOSE
4747
CMD
servatrice
ENTRYPOINT
[ "
servatrice
" ]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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