diff options
Diffstat (limited to 'mi-gateway')
-rw-r--r-- | mi-gateway/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mi-gateway/Dockerfile b/mi-gateway/Dockerfile index ae3062b..dbb042d 100644 --- a/mi-gateway/Dockerfile +++ b/mi-gateway/Dockerfile @@ -4,8 +4,8 @@ WORKDIR /opt COPY package*.json ./ -RUN apt update && apt full-upgrade -RUN apt install postgresql-client +RUN apt update && apt -y full-upgrade +RUN apt install -y postgresql-client RUN npm install # If you are building your code for production # RUN npm ci --only=production |