From 19f7456a036fe9bddf150515445c950bbbad62bf Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Fri, 26 May 2023 21:40:57 +0200 Subject: [PATCH] Cleanup Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b730076..ae5e8d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a lightweight Node.js runtime as the base image for the final stage -FROM node:14-alpine +# FROM node:14-alpine # # Set the working directory in the container # WORKDIR /app