Skip to content

Commit c068d3b

Browse files
committed
remove quotes
1 parent e2a90b7 commit c068d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ENV SECRET_KEY_BASE="dummy_secret_key_base_to_avoid_warning_from_production_conf
6868

6969
# install mix dependencies
7070
COPY mix.exs mix.lock ./
71-
RUN mix deps.get --only "$MIX_ENV"
71+
RUN mix deps.get --only $MIX_ENV
7272
RUN mkdir config
7373

7474
# needed globally to make tsc command work

0 commit comments

Comments
 (0)