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
Merge branch 'main' into bryphe/chore/add-docker-image
  • Loading branch information
bryphe-coder authored Feb 7, 2022
commit 33e434677c6d5cc73fc16f6831459601f236cfa0
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ bin/coderd:
go build -o bin/coderd cmd/coderd/main.go
.PHONY: bin/coderd

bin/provisionerd:
mkdir -p bin
# TODO: Looks like this is broken?
# go build -o bin/provisionerd cmd/provisionerd/main.go
.PHONY: bin/provisionerd

build: site/out bin/coderd bin/provisionerd
build: site/out bin/coderd
.PHONY: build

# Runs migrations to output a dump of the database.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.