Skip to content
Snippets Groups Projects
Forked from Åsmund Haugse / tdt4242-base
22 commits behind the upstream repository.
Dockerfile 210 B
# Webserver running nginx
FROM nginx:perl

# Import groupid environment variable
ENV GROUPID=${GROUPID}
ENV PORT_PREFIX=${PORT_PREFIX}

# Copy nginx config to the container
COPY nginx.conf /etc/nginx/nginx.conf