use full registry path for docker image

This commit is contained in:
Fanch
2024-01-12 09:36:51 +01:00
committed by Fanch
parent 61c1d6ffcb
commit b13df86745
3 changed files with 6 additions and 7 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