mirror of
https://github.com/KevinMidboe/planetposen-images.git
synced 2025-10-28 21:00:12 +00:00
Build docker image from iron/go, saves so much build size
This commit is contained in:
@@ -10,7 +10,7 @@ RUN make build
|
||||
# RUN make test
|
||||
|
||||
# Create production image for application with needed files
|
||||
FROM golang:1.19-alpine
|
||||
FROM iron/go
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user