mirror of
https://github.com/cf-sonr/hway.git
synced 2026-01-12 03:09:14 +00:00
refactor: simplify project structure
This commit is contained in:
6
docker/matrix.Dockerfile
Normal file
6
docker/matrix.Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
# For goreleaser
|
||||
FROM scratch
|
||||
ENTRYPOINT ["/hway"]
|
||||
COPY hway /
|
||||
6
docker/oracle.Dockerfile
Normal file
6
docker/oracle.Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
# For goreleaser
|
||||
FROM scratch
|
||||
ENTRYPOINT ["/hway"]
|
||||
COPY hway /
|
||||
Reference in New Issue
Block a user