Skip to content

Commit a1c892c

Browse files
joltcannleush
authored andcommitted
typo in PWD param
1 parent 023b213 commit a1c892c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ run:
2929
--name=${CONTAINER} \
3030
-e NODE_TLS_REJECT_UNAUTHORIZED=0 \
3131
-p ${PUBLISHPORT}:${EXPOSEPORT} \
32-
-v $(PWD)/config.local.js:/iframely/config.local.js \
32+
-v ${PWD}/config.local.js:/iframely/config.local.js \
3333
$(CONTAINER)
3434

3535
shell:
@@ -42,13 +42,14 @@ shell:
4242
--name=${CONTAINER} \
4343
-p ${PUBLISHPORT}:${EXPOSEPORT} \
4444
--entrypoint "/bin/ash" \
45-
-v $(PWD)/config.local.js:/iframely/config.local.js \
45+
-v ${PWD}/config.local.js:/iframely/config.local.js \
4646
$(CONTAINER)
4747

4848
exec:
4949
docker exec \
5050
--interactive \
5151
--tty \
52+
--rm \
5253
${CONTAINER} \
5354
/bin/ash
5455

0 commit comments

Comments
 (0)