pixman / Dockerfile
gitdeem's picture
Upload Dockerfile
993f1ae verified
raw
history blame contribute delete
185 Bytes
FROM pixman/pixman
RUN mkdir /app/app/data/thetv-cache && chmod 777 /app/app/data/thetv-cache
RUN mkdir /app/app/data/tptv-cache && chmod 777 /app/app/data/tptv-cache
EXPOSE 5000