mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-05 14:32:34 +02:00
set build policy to docker compose
This commit is contained in:
parent
ffa004f20c
commit
92d544f18e
2 changed files with 2 additions and 1 deletions
|
@ -14,4 +14,4 @@ WORKDIR /App
|
||||||
COPY --from=build-env /App/out .
|
COPY --from=build-env /App/out .
|
||||||
# Copy all the static data (questions, motd)
|
# Copy all the static data (questions, motd)
|
||||||
COPY ./Data /data
|
COPY ./Data /data
|
||||||
ENTRYPOINT ["dotnet", "HomeBot.dll"]
|
ENTRYPOINT ["dotnet", "SoUnBot.dll"]
|
||||||
|
|
|
@ -10,6 +10,7 @@ services:
|
||||||
# change to your local DNS zone (can be safely removed if not needed)
|
# change to your local DNS zone (can be safely removed if not needed)
|
||||||
# for example: in the production server is pve-docer.net.mrlc.cc
|
# for example: in the production server is pve-docer.net.mrlc.cc
|
||||||
domainname: ${DNS_ZONE}
|
domainname: ${DNS_ZONE}
|
||||||
|
pull_policy: build
|
||||||
environment:
|
environment:
|
||||||
# Leave /data unless you want to point to an external volume
|
# Leave /data unless you want to point to an external volume
|
||||||
- DATA_PATH=/data
|
- DATA_PATH=/data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue