Skip to content

Commit 56d895e

Browse files
authored
Create Dockerfile
1 parent 71f7c8b commit 56d895e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM tenstartups/redis-commander
2+
MAINTAINER Maksim Kostromin https://github.comm/daggerok
3+
RUN apk --no-cache add curl
4+
HEALTHCHECK --interval=30s --timeout=30s --retries=10 CMD curl -f http://127.0.0.1:8081 || exit 1

0 commit comments

Comments
 (0)