more stuff

This commit is contained in:
Loup-Garou911XD 2024-05-17 07:25:37 +05:30
parent 6acaa1065e
commit 0c54e7a99d
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ ENV LANG en_US.utf8
ENV LANGUAGE=en_US
COPY ./ ./ballistica
COPY ./ /home/ubuntu/ballistica
WORKDIR /ballistica
WORKDIR /home/ubuntu/ballistica
RUN DEBIAN_FRONTEND=noninteractive \
apt-get update -y && \

View File

@ -226,7 +226,7 @@ docker-build:
$(PCOMMAND) build_docker
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
# we want these top level targets (prefab-gui-debug, etc.) to yield native