This website requires JavaScript.
Explore
Help
Sign In
extern
/
glance
Watch
1
Star
0
Fork
0
You've already forked glance
mirror of
https://github.com/glanceapp/glance.git
synced
2024-11-22 08:23:52 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9a36187333
glance
/
Dockerfile.goreleaser
9 lines
90 B
Docker
Raw
Normal View
History
Unescape
Escape
Add release workflow using GoReleaser
2024-05-24 23:26:40 +02:00
FROM
alpine:3.20
WORKDIR
/app
COPY
glance .
EXPOSE
8080/tcp
Update release workflow
2024-08-07 19:47:50 +02:00
ENTRYPOINT
[
"/app/glance"
]
Reference in New Issue
Copy Permalink