mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Fix Docker build for real this time
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user