Skip to content

Commit e9cec69

Browse files
committed
fix(docker): Fix PHP workdir
1 parent e50fd38 commit e9cec69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM php:8.3-fpm
22
LABEL org.opencontainers.image.source https://github.com/sika-training-examples/cro-php-example
3-
WORKDIR /var/www/html
3+
WORKDIR /app
44
COPY /index.php .

0 commit comments

Comments
 (0)