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