File tree 2 files changed +6
-141
lines changed
2 files changed +6
-141
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ARG DEBIAN_VERSION=bullseye-20240812-slim
19
19
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
20
20
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
21
21
22
- FROM ${BUILDER_IMAGE} as builder
22
+ FROM ${BUILDER_IMAGE} AS builder
23
23
24
24
# install build dependencies
25
25
RUN apt-get update -y && apt-get install -y build-essential git nodejs npm\
@@ -76,9 +76,9 @@ RUN apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 local
76
76
# Set the locale
77
77
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
78
78
79
- ENV LANG en_US.UTF-8
80
- ENV LANGUAGE en_US:en
81
- ENV LC_ALL en_US.UTF-8
79
+ ENV LANG= " en_US.UTF-8"
80
+ ENV LANGUAGE= " en_US:en"
81
+ ENV LC_ALL= " en_US.UTF-8"
82
82
83
83
WORKDIR "/app"
84
84
RUN chown nobody /app
@@ -94,7 +94,7 @@ USER nobody
94
94
EXPOSE 8080
95
95
96
96
# Appended by flyctl
97
- ENV ECTO_IPV6 true
98
- ENV ERL_AFLAGS "-proto_dist inet6_tcp"
97
+ ENV ECTO_IPV6= " true"
98
+ ENV ERL_AFLAGS= "-proto_dist inet6_tcp"
99
99
100
100
CMD ["/app/bin/server" ]
You can’t perform that action at this time.
0 commit comments