Skip to content

Commit

Permalink
Updated the Makefile to accommodate _another_ change in Docker that…
Browse files Browse the repository at this point in the history
… switches back to using `_` instead of `-` in container names
  • Loading branch information
khalwat committed Dec 7, 2021
1 parent 27815f7 commit edd44f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CONTAINER?=$(shell basename $(CURDIR))-php-1
BUILDCHAIN?=$(shell basename $(CURDIR))-webpack-1
CONTAINER?=$(shell basename $(CURDIR))_php_1
BUILDCHAIN?=$(shell basename $(CURDIR))_webpack_1

.PHONY: build clean composer dev npm pulldb restoredb up

Expand Down

0 comments on commit edd44f4

Please sign in to comment.