Skip to content

Commit

Permalink
fix(plane-proxy): sed in-place edit
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Jun 4, 2024
1 parent ee02b3a commit dec867c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plane-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM makeplane/plane-proxy:stable

RUN sed 's|http://plane-minio:9000/uploads/|http://s3_storage:9000/${BUCKET_NAME}|g' /etc/nginx/nginx.conf.template
RUN sed -i 's|http://plane-minio:9000/uploads/|http://s3_storage:9000/${BUCKET_NAME}|g' /etc/nginx/nginx.conf.template

0 comments on commit dec867c

Please sign in to comment.