mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2025-10-03 16:49:04 +03:00
Fix Dockerfile syntax by adding missing 'node:' prefix to the base image
This commit is contained in:
parent
d467172271
commit
e267e58412
@ -1,6 +1,6 @@
|
|||||||
# Modern Dockerfile for Vite + React application
|
# Modern Dockerfile for Vite + React application
|
||||||
# Build stage
|
# Build stage
|
||||||
FROM 24.9-alpine3.21 AS builder
|
FROM node:24.9-alpine3.21 AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user