1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-18 16:03:36 +03:00

change: forgor

This commit is contained in:
Octol1ttle 2024-10-25 14:43:39 +05:00
parent efb3256282
commit 1a28d1635b
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -21,3 +21,4 @@ services:
network_mode: service:wireguard
depends_on:
- wireguard
restart: unless-stopped