use full registry path for docker image

This commit is contained in:
Fanch
2024-01-11 16:42:30 +01:00
parent 8ce5f0ca13
commit f096e374f8
3 changed files with 6 additions and 6 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