Browse Source

🚨 Fix Docker build warning (#1283)

pull/13907/head
Elijah Rippeth 1 year ago
committed by GitHub
parent
commit
2b2eefc121
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/Dockerfile

2
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

Loading…
Cancel
Save