From 68bbf9222f92f54c660f66fef674ecfbd5a2b512 Mon Sep 17 00:00:00 2001 From: onikolskyy Date: Wed, 6 Dec 2023 17:49:03 +0100 Subject: [PATCH] a --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2863073..5e7b76c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM swr.eu-de.otc.t-systems.com/omnia-test/node:latest +FROM swr.eu-de.otc.t-systems.com/omnia-test/node:16 # Set the working directory in the container WORKDIR /usr/src/app @@ -10,3 +10,4 @@ RUN npm install # Bundle the app source inside the Docker image COPY . . +