Skip to content

Commit

Permalink
Use Non Temporary Directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-buchan committed Jan 20, 2025
1 parent 005f1a6 commit e140f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/oracle-observer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ RUN rm -rf /opt/aws

USER oracle:oinstall

COPY dummyfile.txt /tmp/response.txt
COPY dummyfile.txt /opt/response.txt

EXPOSE 8080

# Dummy command to keep container running during development
CMD ["while true; do cat /tmp/response.txt | nc -l -p 8080; done"]
CMD ["while true; do cat /opt/response.txt | nc -l -p 8080; done"]

0 comments on commit e140f82

Please sign in to comment.