Skip to content

Commit 2cfa344

Browse files
committed
Bump clojerl to 0.7.0. Update the configuration for creating a release
1 parent 7d2b7f8 commit 2cfa344

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ RUN apk add --update ncurses openssl \
1010

1111
USER clojerl
1212

13-
ENV CODE_LOADING_MODE interactive
14-
1513
ENTRYPOINT /opt/try_clojerl/bin/try_clojerl foreground

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ clean:
1414
@ rm -rf _build rebar.lock
1515

1616
release:
17-
@ rebar3 as prod do clojerl compile, release
17+
@ rebar3 as prod do clojerl compile, clojerl release
1818

1919
start-release:
20-
CODE_LOADING_MODE=interactive _build/prod/rel/try_clojerl/bin/try_clojerl console
20+
_build/prod/rel/try_clojerl/bin/try_clojerl console
2121

2222
docker-build: clean
2323
@ docker run -i \

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ deps
2-
, [ {clojerl, {git, "https://github.com/clojerl/clojerl.git", {branch, "master"}}}
2+
, [ {clojerl, "0.7.0"}
33
, {hiccup, {git, "https://github.com/clojerl/hiccup.git", {branch, "clojerl"}}}
44
, {lager, "3.7.0"}
55
, {cowboy, "2.6.3"}

0 commit comments

Comments
 (0)