Fix image names for podman short-name resolution
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM node:22-alpine AS build
|
||||
FROM docker.io/node:22-alpine AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN npm install
|
||||
COPY frontend/ .
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:1.27-alpine
|
||||
FROM docker.io/nginx:1.27-alpine
|
||||
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user