mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-07 22:46:30 +03:00
change: forgor
This commit is contained in:
parent
efb3256282
commit
1a28d1635b
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ COPY . ./
|
|||
# Restore as distinct layers
|
||||
RUN dotnet restore
|
||||
# Load build argument with publish options
|
||||
ARG PUBLISH_OPTIONS=-c Release
|
||||
ARG PUBLISH_OPTIONS="-c Release"
|
||||
# Build and publish a release
|
||||
RUN dotnet publish ./TeamOctolings.Octobot.csproj $PUBLISH_OPTIONS -o out
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue