We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c380fb6 commit 2687848Copy full SHA for 2687848
Makefile
@@ -16,13 +16,7 @@ clean:
16
fetch:
17
cd ${SWAPISRC} && git checkout master && git reset --hard && git pull && git checkout master && git checkout ${VERSION}
18
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
+docker/build: fetch
26
docker build . -t ${IMAGE}:${VERSION}
27
docker tag ${IMAGE}:${VERSION} ${IMAGE}:latest
28
0 commit comments