mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 14:59:32 +07:00
Create Dockerfile
This commit is contained in:
parent
9d025428a6
commit
22d2c594c2
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user