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.
2 parents 7b99df3 + 8f36d9a commit 26375eaCopy full SHA for 26375ea
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