Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Jul 11, 2022
1 parent cc6208d commit 0333b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN echo extension=libphp_scrypt.so >> /usr/local/etc/php/conf.d/libphp_scrypt.i
COPY ./phpunit.xml /src/phpunit.xml
COPY ./tests /src/tests

ENTRYPOINT ["/src/vendor/bin/phpunit"]
ENTRYPOINT ["tail", "-f", "/dev/null"]

FROM php:8.0.18-cli-alpine3.15 as alpine

Expand All @@ -72,4 +72,4 @@ RUN echo extension=libphp_scrypt.so >> /usr/local/etc/php/conf.d/libphp_scrypt.i
COPY ./phpunit.xml /src/phpunit.xml
COPY ./tests /src/tests

ENTRYPOINT ["/src/vendor/bin/phpunit"]
ENTRYPOINT ["tail", "-f", "/dev/null"]

0 comments on commit 0333b1a

Please sign in to comment.