Skip to content

Commit

Permalink
Copy over api dockerfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed Feb 21, 2023
1 parent 7b6118e commit 9ba41b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/docker/nginx-oss/rockylinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,5 @@ ENTRYPOINT ["/agent/entrypoint.sh"]
FROM install-nginx as install-agent

ARG PACKAGE_NAME
ARG AGENT_CONF

COPY $AGENT_CONF /agent/nginx-agent.conf
COPY --from=install-nginx /agent/nginx-agent.conf /etc/nginx-agent/nginx-agent.conf
RUN yum localinstall -y /agent/build/$PACKAGE_NAME.rpm

0 comments on commit 9ba41b4

Please sign in to comment.