Merge pull request #2 from l33tlamer/main

Basic Dockerfile for current version
This commit is contained in:
Daniel 2023-10-26 08:13:39 +02:00 committed by GitHub
commit 9d2075a129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM nginx:1.25.2-alpine3.18
WORKDIR /usr/share/nginx/html
RUN wget -q -O honey.zip https://github.com/dani3l0/honey/releases/download/v2.1.1/honey-v2.1.1-stable.zip && unzip -q -o honey.zip && rm honey.zip
EXPOSE 80
HEALTHCHECK CMD wget -nv --spider --tries=1 http://127.0.0.1:80