Skip to content

Commit b24162d

Browse files
author
matthias_schaub
committed
add comments
1 parent 0562220 commit b24162d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mapswipe_workers/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM thinkwhere/gdal-python:3.7-shippable
44

55
# Install gdal-bin to get ogr2ogr tool
66
RUN apt-get update
7-
RUN apt-get install gdal-bin
7+
RUN apt-get --yes install gdal-bin
88

99
# create directories for config, logs and data
1010
ARG config_dir=/usr/share/config/mapswipe_workers/
@@ -37,4 +37,4 @@ COPY config $config_dir
3737
# RUN python setup.py install
3838
RUN pip install .
3939

40-
# we don't use a CMD here, this will be defined in docker-compose.yaml
40+
# we don't use a CMD here, this will be defined in docker-compose.yaml

postgres/initdb/2-row-count.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ END;
7474
$$
7575
LANGUAGE 'plpgsql';
7676

77-
VACUUM;
78-
7977

8078
/* Stop server activity if possible. */
79+
VACUUM;
80+
8181
BEGIN;
8282
SELECT
8383
add_count_trigs ();

0 commit comments

Comments
 (0)