We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20c557f + 9cfba73 commit 840f7f3Copy full SHA for 840f7f3
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