mirror of
https://github.com/jimeh/shortmarks.git
synced 2026-02-19 09:56:42 +00:00
feat: initial implementation
This commit is contained in:
6
Dockerfile.goreleaser
Normal file
6
Dockerfile.goreleaser
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM scratch
|
||||
COPY ./shortmarks /
|
||||
ENV PORT 8080
|
||||
EXPOSE 8080
|
||||
WORKDIR /
|
||||
CMD ["/shortmarks"]
|
||||
Reference in New Issue
Block a user