We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed7044 commit cc0af54Copy full SHA for cc0af54
Dockerfile
@@ -19,4 +19,7 @@ FROM lampnick/runtime:chromium-alpine
19
MAINTAINER lampnick <[email protected]>
20
COPY --from=builder /usr/local/bin/doctron /usr/local/bin/doctron
21
COPY conf/default.yaml /doctron.yaml
22
-ENTRYPOINT ["doctron", "--config", "/doctron.yaml"]
+EXPOSE 8080
23
+RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64
24
+RUN chmod +x /usr/local/bin/dumb-init
25
+CMD ["dumb-init", "doctron", "--config", "/doctron.yaml"]
0 commit comments