Skip to content

Commit

Permalink
💚 Remove php.ini modification from DockerfileDev
Browse files Browse the repository at this point in the history
  • Loading branch information
Heroyt committed Jan 24, 2024
1 parent 8105006 commit c395bae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/DockerfileDev
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM heroyt/lac_core:nginx-latest AS project

# Update PHP ini file
RUN mv "$PHP_INI_DIR/php-staging.ini" "$PHP_INI_DIR/php.ini"

# Project files
RUN mkdir -p "/var/www/.npm" && chown -R 33:33 "/var/www/.npm"
RUN apt-get -y install sudo
Expand Down

0 comments on commit c395bae

Please sign in to comment.