Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Forgot to make this change
Browse files Browse the repository at this point in the history
  • Loading branch information
Reilly Brogan authored and Reilly Brogan committed Aug 8, 2019
1 parent 1588a72 commit ef26b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prog/weave-npc/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ RUN apk add --update \
&& mknod /var/log/ulogd.pcap p
COPY ./weave-npc /usr/bin/weave-npc
COPY ./ulogd.conf /etc/ulogd.conf
COPY ./launch.sh /home/weave/
ENTRYPOINT ["/home/weave/launch.sh"]
COPY ./launch.sh /usr/bin/
ENTRYPOINT ["/usr/bin/launch.sh"]

# These labels will change for every build, and should therefore be the last layer of the image:
ARG revision
Expand Down

0 comments on commit ef26b30

Please sign in to comment.