Skip to content

Commit

Permalink
fix worker build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmahanth committed May 13, 2024
1 parent b13b864 commit 7489028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepfence_worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ RUN tar -xzf /usr/local/yara.tar.gz -C /usr/local/ \
&& chmod +x /entrypoint.sh \
&& mkdir -p /opt/deepfence

COPY ./deepfence_agent/binary-install-scripts/* /opt/deepfence
COPY ./${AGENT_BINARY_DIST_RELATIVE}/* /opt/deepfence
COPY ./deepfence_agent/binary-install-scripts/* /opt/deepfence/
COPY ./${AGENT_BINARY_DIST_RELATIVE}/* /opt/deepfence/

COPY --from=builder-yara /go/bin/asynq /usr/local/bin/asynq

Expand Down

0 comments on commit 7489028

Please sign in to comment.