Change directory structure

This commit is contained in:
root
2022-08-17 03:28:07 -07:00
parent aecb9e4dff
commit 84c192eb68
3 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ RUN go build -o trav
FROM debian:11
COPY --from=build /building/client/trav /usr/bin/trav
COPY --from=build /building/entrypoint.sh /entrypoint.sh
COPY --from=build /building/docker/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
RUN apt update && apt install -y iptables