Initial commit
This commit is contained in:
parent
6e4f696344
commit
ecdfe35415
6
Docker/Dockerfile
Normal file
6
Docker/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
# Use Alpine
|
||||
FROM alpine:latest
|
||||
|
||||
# Copy Binary (Currently Just a file)
|
||||
Copy ../Build/app
|
||||
|
Loading…
Reference in New Issue
Block a user