We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c737d commit 2940b3bCopy full SHA for 2940b3b
docker/Dockerfile.github
@@ -6,7 +6,7 @@ RUN apt update \
6
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
7
8
WORKDIR /app
9
-COPY ./target/release/replex ./
+COPY ./ci-target/release/replex ./
10
11
EXPOSE 80
12
CMD ["/app/replex"]
0 commit comments