Skip to content

Commit 2940b3b

Browse files
authored
Update Dockerfile.github
1 parent 67c737d commit 2940b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.github

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt update \
66
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
77

88
WORKDIR /app
9-
COPY ./target/release/replex ./
9+
COPY ./ci-target/release/replex ./
1010

1111
EXPOSE 80
1212
CMD ["/app/replex"]

0 commit comments

Comments
 (0)