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 . . +