We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6921e20 commit d3aa8c8Copy full SHA for d3aa8c8
.dockerignore
@@ -1,4 +1,3 @@
1
-.git/
2
.github/
3
.vscode/
4
**/__pycache__/
appcontainer/Dockerfile
@@ -7,6 +7,9 @@ RUN python -m pip install --upgrade pip
7
COPY appcontainer/nginx.conf /etc/nginx/nginx.conf
8
COPY appcontainer/proxy.conf /calitp/run/proxy.conf
9
10
+# copy files needed for version metadata
11
+COPY .git .git
12
+
13
# copy source files
14
COPY manage.py manage.py
15
COPY bin bin
0 commit comments