There was an error while loading. Please reload this page.
1 parent d96dd07 commit 3f889b5Copy full SHA for 3f889b5
Dockerfile.cli.twig
@@ -1,10 +1,10 @@
1
FROM php:{{ php_version }}-cli
2
3
-ENV DEBIAN_FRONTEND noninteractive
4
-ENV TERM xterm-color
+ENV DEBIAN_FRONTEND=noninteractive
+ENV TERM=xterm-color
5
6
ARG DEV_MODE
7
-ENV DEV_MODE $DEV_MODE
+ENV DEV_MODE=$DEV_MODE
8
9
COPY --from=composer:{{ composer.version }} /usr/bin/composer /usr/bin/
10
COPY ./rootfilesystem/ /
0 commit comments