Skip to content

Commit b41d13c

Browse files
committed
Add system sqitch.conf. Fixes #153
1 parent 34bbebe commit b41d13c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ RUN git clone git://github.com/openstreetmap/osm2pgsql.git \
3333
&& apt autoremove -y \
3434
&& cd /tmp && rm -r /tmp/osm2pgsql
3535

36+
COPY ./sqitch.conf /etc/sqitch/sqitch.conf
3637

3738
WORKDIR /app
3839
COPY . ./

sqitch.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[user]
2+
name = PgOSM Flex
3+

0 commit comments

Comments
 (0)