urubu python CMS
This commit is contained in:
15
apps/urubu/Dockerfile
Normal file
15
apps/urubu/Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM python
|
||||
|
||||
#RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy
|
||||
RUN pip3 install urubu
|
||||
|
||||
# CLeanup
|
||||
#RUN apt-get remove -y --purge ${DEV_PKGS} && \
|
||||
# apt-get autoremove --purge -y && \
|
||||
# apt-get clean -y && \
|
||||
# rm -rf /var/lib/apt/lists/* && \
|
||||
# rm -rf /var/cache/apt/* /tmp/* /var/tmp/* /var/log/*
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
EXPOSE 8000
|
||||
CMD ["make", "serve"]
|
||||
Reference in New Issue
Block a user