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
df551690ce
commit
124fa68887
@ -2,6 +2,7 @@
|
||||
FROM node:23-alpine AS build
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN ls -al
|
||||
RUN npm install
|
||||
COPY . .
|
||||
# COPY .env .env.development ./
|
||||
|
@ -2,6 +2,7 @@
|
||||
FROM node:23-alpine AS build
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN ls -al
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user