update
This commit is contained in:
parent
eaa1a7fed2
commit
c3063e2ae6
@ -17,7 +17,7 @@ RUN apk add --no-cache \
|
|||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
|
|
||||||
# Copy the Pre-built binary file from the previous stage
|
# Copy the Pre-built binary file from the previous stage
|
||||||
COPY --from=builder /app/gotdadd .
|
COPY --from=builder /app/gottdad .
|
||||||
|
|
||||||
# Command to run the executable
|
# Command to run the executable
|
||||||
CMD ["./gotdadd"]
|
CMD ["./gotdadd"]
|
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"server":{
|
"server":{
|
||||||
"addr":"heidi.siteop.biz:3977",
|
"addr":"localhost:3977",
|
||||||
"passwd":"plop"
|
"passwd":"passwd"
|
||||||
},
|
},
|
||||||
"telegram":{
|
"telegram":{
|
||||||
"admin_id":32173684,
|
"admin_id":1,
|
||||||
"chat_id":-436055948,
|
"chat_id":-1,
|
||||||
"url":"https://api.telegram.org",
|
"url":"https://api.telegram.org",
|
||||||
"token":"954090437:AAEMYeUWGluKZRwXi_K3-T23ZVpFoqQAmu0"
|
"token":""
|
||||||
},
|
},
|
||||||
"game":{
|
"game":{
|
||||||
"daily_allotment":1200000000000,
|
"daily_allotment":1200000000000,
|
||||||
|
Loading…
Reference in New Issue
Block a user