mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04:00
fix: Correct Dockerfile FROM AS casing
- Change 'as build' to 'AS build' to follow Docker best practices - Fixes Docker build warning about casing mismatch
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Use the official Node.js runtime as the base image
|
||||
FROM node:22 as build
|
||||
FROM node:22 AS build
|
||||
|
||||
# Set the working directory in the container
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user