mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
moved Dockerfile to config/docker
This commit is contained in:
parent
569ab27e85
commit
40096eaeb7
@ -85,6 +85,7 @@ WORKDIR /home/ubuntu/ballistica
|
|||||||
|
|
||||||
# Expose the necessary port
|
# Expose the necessary port
|
||||||
EXPOSE 43210/udp
|
EXPOSE 43210/udp
|
||||||
|
EXPOSE 43210/tcp
|
||||||
|
|
||||||
# Set the default command to run the application
|
# Set the default command to run the application
|
||||||
CMD [ "./ballisticakit_server" ]
|
CMD [ "./ballisticakit_server" ]
|
||||||
@ -685,7 +685,7 @@ def docker_build() -> None:
|
|||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
# todo: add option to toggle between prefab and cmake
|
# todo: add option to toggle between prefab and cmake
|
||||||
shutil.copy('src/assets/docker/Dockerfile', '.')
|
shutil.copy('config/docker/Dockerfile', '.')
|
||||||
from batools import version
|
from batools import version
|
||||||
|
|
||||||
version_num, build_num = version.get_current_version()
|
version_num, build_num = version.get_current_version()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user