Cleanup
All checks were successful
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Successful in 34s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Successful in 43s
All checks were successful
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Successful in 34s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Successful in 43s
This commit is contained in:
parent
37e769b135
commit
2163899234
@ -1,8 +1,7 @@
|
||||
# Build Stage
|
||||
FROM node:23-alpine AS build
|
||||
WORKDIR /app
|
||||
COPY ./package.json /app/
|
||||
RUN pwd && ls -al
|
||||
COPY ./package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
# COPY .env .env.development ./
|
||||
|
@ -1,8 +1,7 @@
|
||||
# Build Stage
|
||||
FROM node:23-alpine AS build
|
||||
WORKDIR /app
|
||||
COPY ./package.json /app/
|
||||
RUN ls -al
|
||||
COPY ./package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user