mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 10:04:46 -07:00
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…
Add table
Add a link
Reference in a new issue