mirror of
https://github.com/glanceapp/glance.git
synced 2025-01-07 15:09:42 +03:00
8 lines
105 B
Docker
8 lines
105 B
Docker
|
FROM alpine:3.19
|
||
|
|
||
|
WORKDIR /app
|
||
|
COPY build/glance /app/glance
|
||
|
|
||
|
EXPOSE 8080/tcp
|
||
|
ENTRYPOINT ["/app/glance"]
|