Skip to content

Commit 0f704d1

Browse files
committed
update dockerfile PHP images to use php with apache instead
1 parent e94312e commit 0f704d1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

push-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3.4RC1
1+
FROM php:8.3.4RC1-apache
22

33
RUN set -ex; \
44
apt-get update ;\

push-docker/Dockerfile-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3.4RC1
1+
FROM php:8.3.4RC1-apache
22

33
RUN set -ex; \
44
apt-get update ;\

push-docker/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ web_image_tag="vagharsh/consul-tree:$VERSION-web"
99

1010
docker build -t "$local_image_tag" - < "Dockerfile-local"
1111
docker build -t "$web_image_tag" .
12+
docker build -t "$latest_image_tag" .
1213

1314
docker login --username=vagharsh
1415

0 commit comments

Comments
 (0)