Elijah Rippeth
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
frontend/Dockerfile
|
@ -1,5 +1,5 @@ |
|
|
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend |
|
|
# 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 |
|
|
WORKDIR /app |
|
|
|
|
|
|
|
|