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 21s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Failing after 23s

This commit is contained in:
Phill Pover 2025-03-27 11:14:05 +00:00
parent f6d6cb0528
commit d21a208e77

View File

@ -2,7 +2,7 @@
FROM node:23-alpine AS build FROM node:23-alpine AS build
WORKDIR /app WORKDIR /app
COPY ./package*.json /app/ COPY ./package*.json /app/
RUN ls -al RUN pwd && ls -al
RUN npm install RUN npm install
COPY . . COPY . .
# COPY .env .env.development ./ # COPY .env .env.development ./