From 0c54e7a99d10facef2b145656ee687465bd5223f Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Fri, 17 May 2024 07:25:37 +0530 Subject: [PATCH] more stuff --- Dockerfile | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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