Skip to content

Commit 2687848

Browse files
author
Paolo A. Spada
committed
Fix target is no more needed thanks to dyne/social-wallet-api@0ce6ac7
1 parent c380fb6 commit 2687848

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ clean:
1616
fetch:
1717
cd ${SWAPISRC} && git checkout master && git reset --hard && git pull && git checkout master && git checkout ${VERSION}
1818

19-
# comment the line of code ':host "localhost"' in order to allow the service
20-
# to listen on different names from localhost only
21-
fix:
22-
mv ${SWAPISRC}/project.clj ${SWAPISRC}/project.clj.ORIGINAL
23-
cat ${SWAPISRC}/project.clj.ORIGINAL | sed 's/\(:host "localhost"\)/;;\1/' > ${SWAPISRC}/project.clj
24-
25-
docker/build: fetch fix
19+
docker/build: fetch
2620
docker build . -t ${IMAGE}:${VERSION}
2721
docker tag ${IMAGE}:${VERSION} ${IMAGE}:latest
2822

0 commit comments

Comments
 (0)