Fixing build
Some checks failed
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Failing after 22s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Failing after 21s

This commit is contained in:
Phill Pover 2025-03-27 11:13:15 +00:00
parent 435b141035
commit f6d6cb0528

View File

@ -1,7 +1,7 @@
# Build Stage
FROM node:23-alpine AS build
WORKDIR /app
COPY ./package*.json ./
COPY ./package*.json /app/
RUN ls -al
RUN npm install
COPY . .