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

Create Dockerfile

parent 20f58540
No related branches found
No related tags found
No related merge requests found
FROM php:alpine
LABEL maintainer="Griefed <griefed@griefed.de>"
RUN apk add --no-cache git && \
mkdir /opt/icecoder && \
cd /opt/icecoder && \
git clone https://github.com/mattpass/ICEcoder.git ./
WORKDIR /opt/icecoder
CMD ["php","-S","0.0.0.0:8080"]
EXPOSE 8080
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