Skip to content

Commit

Permalink
🐛 Syntax error on shell if
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
  • Loading branch information
mhkarimi1383 committed Oct 27, 2024
1 parent 3806dc9 commit ea690af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
apt-get install --no-install-recommends -y apache2; \
elif [ ${START_RUNTIME} = "nginx" ]; then \
apt-get update && \
apt-get install --no-install-recommends -y nginx \
apt-get install --no-install-recommends -y nginx; \
fi

COPY --from=docker.io/library/composer:2 /usr/bin/composer /usr/local/bin/composer
Expand Down

0 comments on commit ea690af

Please sign in to comment.