mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-26 06:18:04 +00:00
Rename frontend directory (#472)
* Rename directory * Cleanup * Recover lost images * remove lint
This commit is contained in:
@@ -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