We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15e0ee commit 9cfba73Copy full SHA for 9cfba73
1 file changed
coldfront/Dockerfile
@@ -13,7 +13,6 @@ RUN /build/install.sh && rm -rf /build
13
COPY --chown=coldfront:coldfront local_settings.py /etc/coldfront/local_settings.py
14
COPY --chown=coldfront:coldfront coldfront.env /etc/coldfront/coldfront.env
15
COPY --chown=coldfront:coldfront checkdb.py /srv/www/checkdb.py
16
-COPY coldfront.dump /usr/share/coldfront/coldfront.dump
17
COPY coldfront-nginx.conf /etc/nginx/conf.d/coldfront.conf
18
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
19
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
0 commit comments