mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-17 06:50:29 +00:00
Fix docker builds
This commit is contained in:
@@ -25,6 +25,7 @@ COPY resources resources
|
|||||||
COPY .editorconfig .editorconfig
|
COPY .editorconfig .editorconfig
|
||||||
COPY Directory.Build.props Directory.Build.props
|
COPY Directory.Build.props Directory.Build.props
|
||||||
COPY Directory.Packages.props Directory.Packages.props
|
COPY Directory.Packages.props Directory.Packages.props
|
||||||
|
COPY LICENSE-2.0.txt LICENSE-2.0.txt
|
||||||
RUN dotnet --info && \
|
RUN dotnet --info && \
|
||||||
case "$TARGETOS" in \
|
case "$TARGETOS" in \
|
||||||
"linux") ;; \
|
"linux") ;; \
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ COPY resources resources
|
|||||||
COPY .editorconfig .editorconfig
|
COPY .editorconfig .editorconfig
|
||||||
COPY Directory.Build.props Directory.Build.props
|
COPY Directory.Build.props Directory.Build.props
|
||||||
COPY Directory.Packages.props Directory.Packages.props
|
COPY Directory.Packages.props Directory.Packages.props
|
||||||
|
COPY LICENSE-2.0.txt LICENSE-2.0.txt
|
||||||
RUN dotnet --info && \
|
RUN dotnet --info && \
|
||||||
case "$TARGETOS" in \
|
case "$TARGETOS" in \
|
||||||
"linux") ;; \
|
"linux") ;; \
|
||||||
|
|||||||
Reference in New Issue
Block a user