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
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:
parent
435b141035
commit
f6d6cb0528
@ -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