mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-05-15 10:55:36 +00:00
Rename frontend directory (#472)
* Rename directory * Cleanup * Recover lost images * remove lint
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ FROM node:latest as frontend
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
COPY dashboard ./
|
||||
COPY frontend ./
|
||||
|
||||
RUN npm i && npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user