updated dockerfile to use slip docker image
- updated dockerfile - updated readme regarding image upload
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# Step 1: Build the React app
|
||||
FROM node:20 AS build
|
||||
FROM node:24-slim AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user