Skip to content
Snippets Groups Projects
Unverified Commit 168c7396 authored by Griefed's avatar Griefed Committed by GitHub
Browse files

Create Dockerfile

parent 98d4f20d
No related branches found
No related tags found
No related merge requests found
FROM httpd:alpine
LABEL maintainer="Griefed <griefed@griefed.de>"
RUN apk update && \
apk upgrade && \
apk add --no-cache git && \
cd /usr/local/apache2/htdocs/ && \
rm -rf ./* && \
git clone https://github.com/jeroenpardon/sui.git ./ && \
rm Dockerfile docker-compose.yml && \
rm -rf /var/cache/apk/*
WORKDIR /usr/local/apache2/htdocs
EXPOSE 80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment