container restart in while

This commit is contained in:
Dryusdan 2017-11-23 23:45:14 +01:00
parent 844aed7522
commit a79d9fbc97
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,5 @@
FROM ruby:2.4.2-alpine3.6 FROM ruby:2.4.2-alpine3.6
FROM node:8.9-alpine
FROM xataz/nginx FROM xataz/nginx
ENV UID=991 GID=991 \ ENV UID=991 GID=991 \
@ -19,9 +20,6 @@ RUN export BUILD_DEPS="build-base \
postgresql-client \ postgresql-client \
nodejs \ nodejs \
nodejs-npm \ nodejs-npm \
ruby \
ruby-irb \
ruby-rdoc \
su-exec \ su-exec \
s6 \ s6 \
ca-certificates \ ca-certificates \