mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33: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
|
# Restore as distinct layers
|
||||||
RUN dotnet restore
|
RUN dotnet restore
|
||||||
# Load build argument with publish options
|
# Load build argument with publish options
|
||||||
ARG PUBLISH_OPTIONS=-c Release
|
ARG PUBLISH_OPTIONS="-c Release"
|
||||||
# Build and publish a release
|
# Build and publish a release
|
||||||
RUN dotnet publish ./TeamOctolings.Octobot.csproj $PUBLISH_OPTIONS -o out
|
RUN dotnet publish ./TeamOctolings.Octobot.csproj $PUBLISH_OPTIONS -o out
|
||||||
|
|
||||||
|
|
|
@ -21,3 +21,4 @@ services:
|
||||||
network_mode: service:wireguard
|
network_mode: service:wireguard
|
||||||
depends_on:
|
depends_on:
|
||||||
- wireguard
|
- wireguard
|
||||||
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Reference in a new issue