Skip to content

Commit

Permalink
add basic commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Apr 23, 2024
1 parent 25cb628 commit 7f40038
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
build: ## Build the app image
docker build -t datagov/mdtranslator .
docker build -t datagov/mdtranslator .

start:
rails server -b 0.0.0.0 -p 3000

lint:
bundle exec rubocop

.PHONY: test
test:
rails test

0 comments on commit 7f40038

Please sign in to comment.