Skip to content
Snippets Groups Projects
Commit 5174cf5f authored by egon w. stemle's avatar egon w. stemle
Browse files

Add minimal docker-ised environment

Address #7
parent d3f9d7e8
No related branches found
No related tags found
No related merge requests found
.git
.gitignore
Makefile
docker-compose.yml
docs
##############################################################################
# Dockerfile to build nginx and shibboleth for LINDAT Dspace container
# Based on Ubuntu
##############################################################################
#
# Quick usage:
# docker build -t merlin-webpage .
# docker run --rm -p 8080:80 merlin-webpage
#
ARG PHP_VERSION=7.4
FROM php:$PHP_VERSION-apache
ARG LABEL_VCS_URL="https://gitlab.inf.unibz.it/commul/merlin-platform/www"
LABEL maintainer="Egon W. Stemle <egon.stemle@eurac.edu>"
COPY ./ /var/www/html/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment