mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-22 10:22:15 -07:00
Update Dockerfile - new port
Added Port 4748 for new features
This commit is contained in:
parent
56eb32f30a
commit
91b53f8e95
1 changed files with 1 additions and 1 deletions
|
|
@ -34,6 +34,6 @@ RUN cmake .. -DWITH_SERVER=1 -DWITH_CLIENT=0 -DWITH_ORACLE=0 -DWITH_DBCONVERTER=
|
|||
|
||||
WORKDIR /home/servatrice
|
||||
|
||||
EXPOSE 4747
|
||||
EXPOSE 4747 4748
|
||||
|
||||
ENTRYPOINT [ "servatrice", "--log-to-console" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue