Skip to content

Commit 5a57df6

Browse files
author
David Baum
committed
add subdirectory to ui dockerfile
1 parent e90f3ca commit 5a57df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM php:7.2-apache
2-
COPY . /var/www/html/
2+
COPY . /var/www/html/ui
33
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
44
LABEL maintainer="[email protected]" \
55
version="1.0"

0 commit comments

Comments
 (0)