use full registry path for docker image

This commit is contained in:
Fanch
2024-01-11 16:48:16 +01:00
parent 754cc002c4
commit ee2c5c35c8
5 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ ARG NODE_VERSION=20.9.0
# BUILD FOR CI TESTING
###################
FROM node:${NODE_VERSION}
FROM docker.io/node:${NODE_VERSION}
# Create app directory
WORKDIR /usr/src/app