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 52s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Failing after 1m2s
Some checks failed
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Failing after 52s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Failing after 1m2s
This commit is contained in:
parent
aa1ce42efa
commit
8403a87a29
@ -1,7 +1,7 @@
|
|||||||
# Build Stage
|
# Build Stage
|
||||||
FROM node:23-alpine AS build
|
FROM node:23-alpine AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./package.json /app/
|
COPY ./backend/package.json /app/
|
||||||
RUN pwd && ls -al
|
RUN pwd && ls -al
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY . .
|
COPY . .
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Build Stage
|
# Build Stage
|
||||||
FROM node:23-alpine AS build
|
FROM node:23-alpine AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./package.json /app/
|
COPY ./frontend/package.json /app/
|
||||||
RUN ls -al
|
RUN ls -al
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user