This repository has been archived on 2021-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
fbrinker-tileboard/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