mirror of
https://github.com/pikami/cosmium.git
synced 2026-04-18 20:43:12 +01:00
Added Docker to releaser configuration
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM scratch
|
||||
|
||||
WORKDIR /app
|
||||
COPY cosmium /app/cosmium
|
||||
|
||||
ENTRYPOINT ["/app/cosmium"]
|
||||
Reference in New Issue
Block a user