Skip to content

Commit

Permalink
update dockerfile PHP images to use php with apache instead
Browse files Browse the repository at this point in the history
  • Loading branch information
vagharsh committed Mar 14, 2024
1 parent e94312e commit 0f704d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion push-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.4RC1
FROM php:8.3.4RC1-apache

RUN set -ex; \
apt-get update ;\
Expand Down
2 changes: 1 addition & 1 deletion push-docker/Dockerfile-local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.4RC1
FROM php:8.3.4RC1-apache

RUN set -ex; \
apt-get update ;\
Expand Down
1 change: 1 addition & 0 deletions push-docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ web_image_tag="vagharsh/consul-tree:$VERSION-web"

docker build -t "$local_image_tag" - < "Dockerfile-local"
docker build -t "$web_image_tag" .
docker build -t "$latest_image_tag" .

docker login --username=vagharsh

Expand Down

0 comments on commit 0f704d1

Please sign in to comment.