Skip to content

Commit

Permalink
Remove dockerfile (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinDFuller committed Jan 5, 2024
1 parent 57a9acd commit 0db74d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
17 changes: 0 additions & 17 deletions Dockerfile

This file was deleted.

3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ format:
.PHONY: server
server: validate tidy generate vet format lint
@echo ${COLOR_GRAY}Begin go run.${COLOR_NC};
@sudo docker build -t justindfuller-build .;
@sudo docker run -it --rm --name justindfuller-server justindfuller-build;
@go run -race .;

.PHONY: server-watch
server-watch:
Expand Down

0 comments on commit 0db74d6

Please sign in to comment.