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 5b7ec07 commit 8f36d9aCopy full SHA for 8f36d9a
Dockerfile
@@ -20,6 +20,10 @@ FROM ubuntu:bionic AS binary
20
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
21
ca-certificates
22
23
+RUN mkdir -p /opt/triagebot
24
+
25
COPY --from=build /target/release/triagebot /usr/local/bin/
26
+COPY templates /opt/triagebot/templates
27
+WORKDIR /opt/triagebot
28
ENV PORT=80
29
CMD triagebot
0 commit comments