Set expose/cmd for Dockerfile
This commit is contained in:
parent
dfd5c5e050
commit
a4be8e88d0
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue