Skip to content

Commit

Permalink
fix dockerfiles to match ci
Browse files Browse the repository at this point in the history
  • Loading branch information
havardelnan committed Jan 9, 2025
1 parent 281a57e commit 995cb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.description ROR Agent v1
WORKDIR /

COPY cmd/agent/version.json /version.json
COPY dist/agent /bin/ror-agent
COPY dist/ror-cluster-agent /bin/ror-agent
USER 10000:10000
EXPOSE 8100

Expand Down
2 changes: 1 addition & 1 deletion v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source="https://github.com/norskhelsenett/ror-age
LABEL org.opencontainers.image.description="ROR Agent v2"
WORKDIR /

COPY dist/agent /bin/ror-cluster-agent
COPY dist/ror-cluster-agent /bin/ror-cluster-agent
USER 10000:10000
EXPOSE 8100

Expand Down

0 comments on commit 995cb7f

Please sign in to comment.