diff --git a/Dockerfile b/Dockerfile index caefe9de..e750de09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/Makefile b/Makefile index 8ed1adf9..ae3d0026 100644 --- a/Makefile +++ b/Makefile @@ -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