8000 Add render deployment by matifali · Pull Request #8 · coder/packages · GitHub
[go: up one dir, main page]

Skip to content

Add render deployment #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Apr 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update coder image to latest
  • Loading branch information
matifali committed Mar 31, 2023
commit 4e4d3aabb9e81d4dad43574485f93467c64e12bb
2 changes: 1 addition & 1 deletion render/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/coder/coder:v0.19.2
FROM ghcr.io/coder/coder:latest
ARG RENDER_HOST
ENV CODER_HTTP_ADDRESS=0.0.0.0:3000
ENV CODER_ACCESS_URL=https://${RENDER_HOST}.onrender.com
Expand Down
0