Skip to content

Commit

Permalink
Mistake in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mz committed Nov 29, 2017
1 parent 665aed1 commit 28f1429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions misc/Docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ RUN apt-get update && apt-get install -y software-properties-common && add-apt-r
libxslt1-dev libxml2 libxml2-dev libkml-dev \
&& npm -g install topojson \
&& rm -rf /var/lib/apt/lists/* \
&& ln -s /usr/bin/nodejs /usr/bin/node
&& sed -e '/save/ s/^#*/#/' -i /etc/redis/redis.conf
&& ln -s /usr/bin/nodejs /usr/bin/node \
&& sed -e '/save/ s/^#*/#/' -i /etc/redis/redis.conf \
&& sysctl vm.overcommit_memory=1

WORKDIR /home
Expand Down
4 changes: 2 additions & 2 deletions misc/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN apt-get update && apt-get install -y software-properties-common && add-apt-r
libxslt1-dev libxml2 libxml2-dev libkml-dev \
&& npm -g install topojson \
&& rm -rf /var/lib/apt/lists/* \
&& ln -s /usr/bin/nodejs /usr/bin/node
&& sed -e '/save/ s/^#*/#/' -i /etc/redis/redis.conf
&& ln -s /usr/bin/nodejs /usr/bin/node \
&& sed -e '/save/ s/^#*/#/' -i /etc/redis/redis.conf \
&& sysctl vm.overcommit_memory=1

WORKDIR /home
Expand Down

0 comments on commit 28f1429

Please sign in to comment.