File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 14
14
otp : ' 25.2.2'
15
15
elixir : ' 1.14.3'
16
16
node : ' 18.x'
17
- rust : ' 1.68 .0'
17
+ rust : ' 1.71 .0'
18
18
19
19
jobs :
20
20
test :
35
35
36
36
env :
37
37
MIX_ENV : test
38
+ CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
38
39
39
40
steps :
40
41
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ COPY --from=builder /opt/app/_build/prod/rel/asciinema .
71
71
RUN chgrp -R 0 /opt/app && chmod -R g=u /opt/app
72
72
COPY .iex.exs .
73
73
74
- ENV PORT 4000
75
- ENV ADMIN_BIND_ALL 1
76
- ENV DATABASE_URL " postgresql://postgres@postgres/postgres"
77
- ENV RSVG_FONT_FAMILY "Dejavu Sans Mono"
78
- ENV PATH " /opt/app/bin:${PATH}"
74
+ ENV PORT= 4000 \
75
+ ADMIN_BIND_ALL=1 \
76
+ DATABASE_URL= postgresql://postgres@postgres/postgres \
77
+ RSVG_FONT_FAMILY= "Dejavu Sans Mono" \
78
+ PATH= /opt/app/bin:${PATH}
79
79
80
80
ENTRYPOINT ["/sbin/tini" , "--" ]
81
81
CMD ["/opt/app/bin/server" ]
You can’t perform that action at this time.
0 commit comments