From c74708561b20b4fa323b389070944f96551474b6 Mon Sep 17 00:00:00 2001 From: Bastian Meissner Date: Sun, 24 May 2020 22:34:58 +0200 Subject: [PATCH] Updated Dockerfile to node:current-alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98225fe..c426070 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Get current image of node.js -FROM node:current-slim +FROM node:current-alpine # Set /app as directory where the app should be at WORKDIR /app