Skip to content

Commit 938b10f

Browse files
authored
Fix entrypoint
1 parent b801090 commit 938b10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ RUN echo 'xdebug.mode="coverage"' >> /usr/local/etc/php/conf.d/docker-php-ext-xd
5050
RUN rm -rf /tmp/*
5151
RUN apk del g++ autoconf make libxml2-dev libzip-dev openssl-dev libpng-dev
5252

53-
ENTRYPOINT ['bash']
53+
ENTRYPOINT ["bash"]

0 commit comments

Comments
 (0)