Skip to content

Commit

Permalink
Add PS_VERSION in env (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr authored Oct 22, 2024
1 parent 8b29d6c commit 4da11bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ ENV MYSQL_DATABASE=prestashop
ENV DEBUG_MODE=false
ENV PS_FOLDER=$PS_FOLDER
ENV MYSQL_EXTRA_DUMP=
ENV PS_VERSION=$PS_VERSION

RUN mkdir -p "$COMPOSER_HOME" \
&& chown -R www-data:www-data "$COMPOSER_HOME"
Expand Down
2 changes: 1 addition & 1 deletion docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ENV MYSQL_DATABASE=prestashop
ENV DEBUG_MODE=false
ENV PS_FOLDER=$PS_FOLDER
ENV MYSQL_EXTRA_DUMP=

ENV PS_VERSION=$PS_VERSION

# Get the installed sources
COPY \
Expand Down

0 comments on commit 4da11bc

Please sign in to comment.