Skip to content

Commit

Permalink
Refactor Dockerfile and Makefile for improved readability and consist…
Browse files Browse the repository at this point in the history
…ency

- Renamed build/Dockerfile to Dockerfile
- Updated Makefile to use "docker compose" instead of "docker-compose"
- Added newline at the end of the file in run target
  • Loading branch information
adamhathcock committed Sep 11, 2023
1 parent f65d246 commit 99a6946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build:
docker-compose build
docker compose build
run:
docker-compose up
docker compose up

0 comments on commit 99a6946

Please sign in to comment.