This commit is contained in:
parent
f937fd551e
commit
8e773a914c
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM debian:12-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apt-get update && apt-get install -y make && make install
|
||||
|
||||
ENTRYPOINT ["bob"]
|
Loading…
Reference in New Issue
Block a user