Skip to content

Commit

Permalink
UPDATED PHP Version
Browse files Browse the repository at this point in the history
FIXED Issue with host
  • Loading branch information
rexchoppers committed Oct 12, 2022
1 parent 8728f0e commit 7aad523
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
@@ -1,4 +1,4 @@
FROM php:7.2-alpine3.12
FROM php:7.4-alpine3.12

WORKDIR /app

Expand All @@ -11,4 +11,4 @@ RUN ./composer.phar i

COPY . .

CMD ["php", "-S", "localhost:8000", "-t", "./public"]
CMD ["php", "-S", "0.0.0.0:8080", "-t", "./public"]

0 comments on commit 7aad523

Please sign in to comment.