Skip to content

Commit 99a6946

Browse files
committed
Refactor Dockerfile and Makefile for improved readability and consistency
- 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
1 parent f65d246 commit 99a6946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build:
2-
docker-compose build
2+
docker compose build
33
run:
4-
docker-compose up
4+
docker compose up

0 commit comments

Comments
 (0)