Skip to content

Commit

Permalink
as AS because of some as eses
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Oct 18, 2024
1 parent bb73050 commit af5a83b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PHP=8.2
FROM composer:latest as composer
FROM composer:latest AS composer
FROM php:${PHP}-apache
COPY --from=composer /usr/bin/composer /usr/local/bin/composer

Expand Down Expand Up @@ -45,8 +45,8 @@ ENV CHEVERETO_DB_HOST=mariadb \
CHEVERETO_ERROR_LOG=/dev/stderr \
CHEVERETO_MAX_EXECUTION_TIME_SECONDS=30 \
CHEVERETO_MAX_MEMORY_SIZE=512M \
CHEVERETO_MAX_POST_SIZE=64M \
CHEVERETO_MAX_UPLOAD_SIZE=64M \
CHEVERETO_MAX_POST_SIZE=100M \
CHEVERETO_MAX_UPLOAD_SIZE=100M \
CHEVERETO_SERVICING=docker \
CHEVERETO_SESSION_SAVE_HANDLER=files \
CHEVERETO_SESSION_SAVE_PATH=/tmp
Expand Down

0 comments on commit af5a83b

Please sign in to comment.