🚨 Fix Docker build warning (#1283)

This commit is contained in:
Elijah Rippeth
2024-08-02 11:47:06 -04:00
committed by GitHub
parent 1b5dd13044
commit 2b2eefc121

View File

@@ -1,5 +1,5 @@
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend
FROM node:20 as build-stage
FROM node:20 AS build-stage
WORKDIR /app