mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-18 16:03:36 +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
|
||||
|
||||
|
|
|
@ -21,3 +21,4 @@ services:
|
|||
network_mode: service:wireguard
|
||||
depends_on:
|
||||
- wireguard
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Reference in a new issue