Skip to content

chore: Add dockerfile for deployment #180

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 16 commits into from
Feb 7, 2022
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
Add comment for provisionerd
  • Loading branch information
bryphe-coder committed Feb 7, 2022
commit 277e60249c35d2ef3a6bf9c1b7c83cfd8a80d76b
5 changes: 5 additions & 0 deletions deploy/images/coderv2docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ FROM postgres:14.0
COPY bin/coderd /coderd
RUN chmod +x /coderd

# Once `provisionerd` is available, we'll also need that binary
# COPY bin/provisionerd /provisionerd
# RUN chmod +x /provisionerd

# TODO: Do we need a specific port for coderd? Default is 3000
ENTRYPOINT ["/coderd"]