use full registry path for docker image

This commit is contained in:
Fanch
2024-01-11 16:51:45 +01:00
committed by Fanch
parent 5a5f1172a4
commit 42e1c854b0
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# BUILD FOR CI TESTING
###################
FROM node:18-alpine3.16
FROM docker.io/node:18-alpine3.16
# Create app directory
WORKDIR /usr/src/app