updated dockerfile to use slip docker image
All checks were successful
Build the portfolio website / build-and-release-image (push) Has been skipped
Build the portfolio website / build-portfolio-website (push) Successful in 1m0s

- updated dockerfile
- updated readme regarding image upload
This commit is contained in:
2025-06-22 09:53:48 +03:00
parent f980da7daf
commit 5c9d8de03d
3 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Step 1: Build the React app
FROM node:20 AS build
FROM node:24-slim AS build
WORKDIR /app