Skip to content

Commit 6b5c0cf

Browse files
committed
don't try to use nonexistent argument
Just set a default COLUMNS value. Users can still override it.
1 parent 1227918 commit 6b5c0cf

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
@@ -67,7 +67,7 @@ HEALTHCHECK --start-period=3s CMD [ "curl", "--fail", "http://localhost/healthch
6767
################### Development Server
6868
FROM server AS develop
6969

70-
ENV COLUMNS="${COLUMNS:-120}"
70+
ENV COLUMNS=120
7171
ENV PLACK_ENV=development
7272

7373
USER root

0 commit comments

Comments
 (0)