feat: Added Dockerfile
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM archlinux:latest
|
||||
RUN pacman --noconfirm -Sy gcc make
|
||||
COPY . .
|
||||
RUN make
|
||||
CMD [ "build/batstat" ]
|
Reference in New Issue
Block a user