This repository has been archived on 2021-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
docker-tileboard-OUTDATED/Dockerfile

10 lines
190 B
Docker

FROM python:alpine
LABEL maintainer="mail+docker@f-brinker.de"
# Insert Tileboard
COPY ./files/ /tileboard/
# Start Server
WORKDIR /tileboard
EXPOSE 8000
ENTRYPOINT python3 -m http.server