Allow docker build to import Common.props

This commit is contained in:
Dominion
2023-05-20 19:48:39 -04:00
parent d85d5c35a8
commit 1b53cb13fa
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ build/**
!build/stylecop.json
!build/Version.props
!build/ControlPanelVersion.props
!build/Common.props
docs
src/DMAPI
src/Tgstation.Server.Host/ClientApp
+1
View File
@@ -25,6 +25,7 @@ RUN npm install -g yarn
# Build web control panel
WORKDIR /repo/build
COPY build/Common.props Common.props
COPY build/Version.props Version.props
COPY build/ControlPanelVersion.props ControlPanelVersion.props