Skip to content

Commit e90f3ca

Browse files
author
David Baum
committed
Merge branch 'feature/docker_for_ui' into development
2 parents c9da6e6 + e046205 commit e90f3ca

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ui/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM php:7.2-apache
2+
COPY . /var/www/html/
3+
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
4+
LABEL maintainer="[email protected]" \
5+
version="1.0"

0 commit comments

Comments
 (0)