Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
fix: rollback env statement on dockerfile
  • Loading branch information
JMorinPS authored Nov 20, 2024
1 parent 5b866e0 commit 7138e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/.docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN composer install --no-dev --no-interaction --optimize-autoloader


FROM node:20
#ENV IS_IN_DOCKER 1
ENV IS_IN_DOCKER 1

RUN apt update \
&& apt install -y php8.2 php-dom \
Expand Down

0 comments on commit 7138e89

Please sign in to comment.