promnesia-app/Dockerfile

13 lines
231 B
Docker
Raw Permalink Normal View History

2021-05-20 00:06:42 +00:00
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
RUN pip3 install promnesia[all]
COPY start.sh /app/code/
RUN chmod +x /app/code/start.sh
EXPOSE 3000
CMD ["/app/code/start.sh"]