From f9e83c7aab4252c525d814fc4c3a6ae600ab620e Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 12 Oct 2020 21:14:57 -0400 Subject: [PATCH] Fix Docker build for real this time --- .dockerignore | 5 ++--- build/Dockerfile | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index d140bacc5d..de4eb887ed 100644 --- a/.dockerignore +++ b/.dockerignore @@ -23,13 +23,12 @@ build/** !build/ControlPanelVersion.props docs src/DMAPI -src/Tgstation.Server.Host/ClientApp/build -src/Tgstation.Server.Host/ClientApp/node_modules +src/Tgstation.Server.Host/ClientApp src/Tgstation.Server.Host/wwwroot src/Tgstation.Server.Host/appsettings.Development.json src/Tgstation.Server.Host/tgs.bat src/Tgstation.Server.Host/tgs.sh -src/Tgstation.Server.Host.Client +src/Tgstation.Server.Client src/Tgstation.Server.Host.Service tests tools diff --git a/build/Dockerfile b/build/Dockerfile index 5a1dd891fc..63efba1465 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -22,6 +22,7 @@ ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH WORKDIR /repo/build COPY build/Version.props Version.props +COPY build/ControlPanelVersion.props ControlPanelVersion.props WORKDIR /repo/src/Tgstation.Server.Host