Add packaging files

This commit is contained in:
Joe
2021-05-19 19:06:42 -05:00
parent 7e27029edc
commit 5bac2198f6
4 changed files with 59 additions and 0 deletions

12
Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
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"]