From 2ad5f04ea962223e26817878aab55192ffa64d19 Mon Sep 17 00:00:00 2001 From: Wingy Date: Fri, 13 Nov 2020 10:44:50 -0500 Subject: [PATCH] Put Docker image on Alpine --- Dockerfile | 2 +- Dockerstart.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a671fa..1c154c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:15 +FROM node:15-alpine ENV NODE_ENV production WORKDIR /usr/src/app diff --git a/Dockerstart.sh b/Dockerstart.sh index 1a3d841..68cdf2b 100755 --- a/Dockerstart.sh +++ b/Dockerstart.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e if [ -d /data/db ]; then