Merge pull request 'change docker image to more lightweight' (#14) from hotfix-dockerimage into dev
Reviewed-on: winter-access/backend_nam#14
This commit is contained in:
commit
ab1170d5f0
|
|
@ -1,5 +1,5 @@
|
||||||
# Use the official Golang image
|
# Use the official Golang image
|
||||||
FROM golang:1.23.1
|
FROM golang:1.23.1-alpine
|
||||||
|
|
||||||
# Set the working directory inside the container
|
# Set the working directory inside the container
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue