mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
more stuff
This commit is contained in:
parent
6acaa1065e
commit
0c54e7a99d
@ -4,9 +4,9 @@ ENV LANG en_US.utf8
|
|||||||
|
|
||||||
ENV LANGUAGE=en_US
|
ENV LANGUAGE=en_US
|
||||||
|
|
||||||
COPY ./ ./ballistica
|
COPY ./ /home/ubuntu/ballistica
|
||||||
|
|
||||||
WORKDIR /ballistica
|
WORKDIR /home/ubuntu/ballistica
|
||||||
|
|
||||||
RUN DEBIAN_FRONTEND=noninteractive \
|
RUN DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get update -y && \
|
apt-get update -y && \
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -226,7 +226,7 @@ docker-build:
|
|||||||
$(PCOMMAND) build_docker
|
$(PCOMMAND) build_docker
|
||||||
|
|
||||||
docker-run:
|
docker-run:
|
||||||
docker run -i bsquad
|
docker run -P -it bsquad
|
||||||
|
|
||||||
# WSL is Linux but running under Windows, so it can target either. By default
|
# WSL is Linux but running under Windows, so it can target either. By default
|
||||||
# we want these top level targets (prefab-gui-debug, etc.) to yield native
|
# we want these top level targets (prefab-gui-debug, etc.) to yield native
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user