Bump golang
This commit is contained in:
parent
b9e72fa537
commit
299cbcfcee
2 changed files with 1 additions and 21 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.22.0 as build
|
||||
FROM golang:1.22.3 as build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: your-app-image:latest
|
||||
command: ["/app"]
|
||||
pull_policy: build
|
||||
ports:
|
||||
- "3001:3000"
|
||||
environment:
|
||||
- DISCORD_TOKEN=$DISCORD_TOKEN
|
||||
- COOLDOWN_ALLOW_LIST=$COOLDOWN_ALLOW_LIST
|
||||
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: nginx_default
|
Loading…
Add table
Reference in a new issue