remove update

This commit is contained in:
Simon Larsen
2023-09-13 12:30:24 +05:30
parent 00eac442bf
commit 35d7f0ee59
24 changed files with 26 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
#Use bash shell by default
SHELL ["/bin/bash", "-c"]

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
#Use bash shell by default
SHELL ["/bin/bash", "-c"]

View File

@@ -11,7 +11,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
#Use bash shell by default
SHELL ["/bin/bash", "-c"]

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
#Use bash shell by default
SHELL ["/bin/bash", "-c"]

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
# Install python

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
# Install python

View File

@@ -11,7 +11,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
#Use bash shell by default
SHELL ["/bin/bash", "-c"]

View File

@@ -20,7 +20,7 @@ ENV PRODUCTION=true
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
#Use bash shell by default
SHELL ["/bin/bash", "-c"]

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
# Install python

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
# Install python

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
#Use bash shell by default
SHELL ["/bin/bash", "-c"]

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
# Install python

View File

@@ -9,6 +9,6 @@ ENV GIT_SHA=${GIT_SHA}
ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
COPY ./Nginx/default.conf.template /etc/nginx/templates/default.conf.template

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
#Use bash shell by default
SHELL ["/bin/bash", "-c"]

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
# Install python

View File

@@ -18,7 +18,7 @@ ENV APP_VERSION=${APP_VERSION}
ENV PRODUCTION=true
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
#Use bash shell by default
SHELL ["/bin/bash", "-c"]

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
#Use bash shell by default
SHELL ["/bin/bash", "-c"]

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
# Install python

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
# Install open ssl.
RUN apk add openssl

View File

@@ -15,7 +15,7 @@ ENV APP_VERSION=${APP_VERSION}
# Install bash.
RUN apk update && apk add bash && apk add curl
RUN apk add bash && apk add curl
# Install python

View File

@@ -396,7 +396,7 @@ services:
PORT: ${API_DOCS_PORT}
nginx:
ingress:
depends_on:
- identity
- accounts

View File

@@ -450,14 +450,14 @@ services:
dockerfile: ./ApiReference/Dockerfile
nginx:
ingress:
build:
network: host
context: .
dockerfile: ./Nginx/Dockerfile
extends:
file: ./docker-compose.base.yml
service: nginx
service: ingress
volumes:
postgres:

View File

@@ -144,11 +144,11 @@ services:
service: api-reference
nginx:
ingress:
image: oneuptime/nginx:${APP_TAG}
extends:
file: ./docker-compose.base.yml
service: nginx
service: ingress
volumes:
postgres: