Skip to content

Commit e046205

Browse files
author
David Baum
committed
dockerfile for ui
1 parent c9da6e6 commit e046205

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)