mirror of
https://github.com/idanoo/GoDiscMoji
synced 2025-07-03 03:12:15 +00:00
Initial Commit
This commit is contained in:
parent
f278ffc00c
commit
a8b2007f05
13 changed files with 386 additions and 0 deletions
10
air/Dockerfile
Normal file
10
air/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM public.ecr.aws/docker/library/golang:1.23.4
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN go install github.com/air-verse/air@latest
|
||||
|
||||
COPY src/go.mod src/go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
CMD ["air", "-c", ".air.toml"]
|
Loading…
Add table
Add a link
Reference in a new issue