Skip to content

Commit e7dabff

Browse files
author
Laurent Gougeon
committedNov 12, 2024
DOCKER_HOST_WORKSPACE should not be overwritten.
1 parent 028e1fe commit e7dabff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SHELL=/bin/bash
1414
# Define variables for paths and container names
1515
PROJECT_NAME := $(shell basename $(PWD))
1616
WORKSPACE := $(realpath ..)
17-
DOCKER_HOST_WORKSPACE := $(realpath .)
17+
DOCKER_HOST_WORKSPACE ?= $(realpath .)
1818
DOCKER_HOST_OS ?= $(shell uname -s)
1919
DOCKER_GUEST_OS := $(shell uname -s)
2020
IMAGE_NAME := node-$(PROJECT_NAME)-dev

0 commit comments

Comments
 (0)
Please sign in to comment.