File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22! .coveragerc
33! .env
44! .pylintrc
5- DOCS /**
5+ DOCS /**
Original file line number Diff line number Diff line change @@ -77,4 +77,4 @@ function main {
7777 esac
7878}
7979
80- main " $@ " ;
80+ main " $@ " ;
Original file line number Diff line number Diff line change @@ -75,4 +75,4 @@ server {
7575 }
7676
7777}
78- # End setup for SSL site
78+ # End setup for SSL site
Original file line number Diff line number Diff line change 11FROM postgres:11.3
22
3- COPY --chmod=0755 ./compose/postgres/maintenance/ /usr/local/bin/
3+ COPY --chmod=0755 ./compose/postgres/maintenance/ /usr/local/bin/
Original file line number Diff line number Diff line change @@ -70,4 +70,4 @@ services:
7070 read_only : true
7171 ports :
7272 - ' 0.0.0.0:80:80'
73- - ' 0.0.0.0:443:443'
73+ - ' 0.0.0.0:443:443'
You can’t perform that action at this time.
0 commit comments