Fix Docker build for real this time

This commit is contained in:
Jordan Brown
2020-10-12 21:14:57 -04:00
parent e6fffdde39
commit f9e83c7aab
2 changed files with 3 additions and 3 deletions
+2 -3
View File
@@ -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
+1
View File
@@ -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