Skip to content

Commit

Permalink
Merge pull request #266 from s-xix98/265-makefile-マージミスを修正する
Browse files Browse the repository at this point in the history
allでdockerfileが更新されてたら再ビルド
  • Loading branch information
s-xix98 authored May 30, 2023
2 parents b6376c7 + 9fb066c commit 261cb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCKER_FILES := frontend/Dockerfile backend/Dockerfile db/Dockerfile
DOCKER_BUILD_TXT := .docker_build

PHONY := all
all:
all: $(DOCKER_BUILD_TXT)
$(MAKE) local-npm-i
docker compose up

Expand Down

0 comments on commit 261cb31

Please sign in to comment.