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
Raw Normal View History

2019-10-19 16:00:57 +00:00
FROM python:alpine
2021-03-20 17:28:40 +00:00
LABEL maintainer="mail+docker@f-brinker.de"
2019-10-19 16:00:57 +00:00
2021-03-20 17:28:40 +00:00
# Insert Tileboard
COPY ./files/ /tileboard/
2019-10-19 16:00:57 +00:00
# Start Server
WORKDIR /tileboard
EXPOSE 8000
2021-03-20 17:28:40 +00:00
ENTRYPOINT python3 -m http.server