Update readme with docker image build guide
This commit is contained in:
parent
6bb44bef20
commit
01a7331354
2 changed files with 30 additions and 1 deletions
7
Dockerfile.single-platform
Normal file
7
Dockerfile.single-platform
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM alpine:3.19
|
||||
|
||||
WORKDIR /app
|
||||
COPY build/glance /app/glance
|
||||
|
||||
EXPOSE 8080/tcp
|
||||
ENTRYPOINT ["/app/glance"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue