Skip to content

Commit

Permalink
test dockerfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pjberry16 committed Jul 18, 2023
1 parent 2780c64 commit 8920117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ WORKDIR /app

COPY build/clouddriver /app

RUN chmod +x /app/clouddriver
RUN chmod +x clouddriver

CMD ["/app/clouddriver"]

0 comments on commit 8920117

Please sign in to comment.