From 856091ab5696041886129fce54b29964292b3c7e Mon Sep 17 00:00:00 2001 From: Gabriele De Rosa <4183824+derogab@users.noreply.github.com> Date: Sat, 30 Oct 2021 01:02:37 +0200 Subject: [PATCH 1/2] Use nginx:alpine as docker base image for client --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57773e8..829586d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN npm run build # production environment -FROM nginx:stable +FROM nginx:alpine # Create app directory WORKDIR /usr/src/app From daf02e2ce132e6c9dc283e339e404a8c513f4213 Mon Sep 17 00:00:00 2001 From: Gabriele De Rosa <4183824+derogab@users.noreply.github.com> Date: Sat, 30 Oct 2021 01:51:21 +0200 Subject: [PATCH 2/2] Bug fix --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 901409b..d5df854 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh echo "Starting coingraph client..." # Replace ENVs in static files