Commit 34c78b31 authored by Gavin Bisesi's avatar Gavin Bisesi
Browse files

Use servatrice as docker entrypoint

This lets you "docker run servatrice" and pass command line arguments
parent 18ec8e20
......@@ -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" ]
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment