Commit a4be8e88 authored by Gavin Bises's avatar Gavin Bises
Browse files

Set expose/cmd for Dockerfile

parent dfd5c5e0
...@@ -32,3 +32,9 @@ WORKDIR build ...@@ -32,3 +32,9 @@ WORKDIR build
RUN cmake .. -DWITH_QT4=0 -DWITH_SERVER=1 -DWITH_CLIENT=0 -DWITH_ORACLE=0 &&\ RUN cmake .. -DWITH_QT4=0 -DWITH_SERVER=1 -DWITH_CLIENT=0 -DWITH_ORACLE=0 &&\
make &&\ make &&\
make install make install
WORKIR /home/servatrice
EXPOSE 4747
RUN 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