Skip to content

Commit

Permalink
Fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofandel authored Apr 5, 2022
1 parent b801090 commit 938b10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ RUN echo 'xdebug.mode="coverage"' >> /usr/local/etc/php/conf.d/docker-php-ext-xd
RUN rm -rf /tmp/*
RUN apk del g++ autoconf make libxml2-dev libzip-dev openssl-dev libpng-dev

ENTRYPOINT ['bash']
ENTRYPOINT ["bash"]

0 comments on commit 938b10f

Please sign in to comment.