mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +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 43210/udp
|
||||
EXPOSE 43210/tcp
|
||||
|
||||
# Set the default command to run the application
|
||||
CMD [ "./ballisticakit_server" ]
|
||||
@ -685,7 +685,7 @@ def docker_build() -> None:
|
||||
import shutil
|
||||
|
||||
# todo: add option to toggle between prefab and cmake
|
||||
shutil.copy('src/assets/docker/Dockerfile', '.')
|
||||
shutil.copy('config/docker/Dockerfile', '.')
|
||||
from batools import version
|
||||
|
||||
version_num, build_num = version.get_current_version()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user