Move web ui code in its own directory
[e-mobility-charging-stations-simulator.git] / docker / Dockerfile
index 6e77eba832e3ed44906d290727e2c2ef72d9c00a..3d57d1a45ba60ece0a012d9679a04fd065393401 100644 (file)
@@ -15,7 +15,7 @@ RUN npm run build
 
 # Build simulator dashboard
 WORKDIR /usr/builder/webui
-COPY src/ui/web ./
+COPY ui/web ./
 RUN npm set progress=false && npm config set depth 0 && npm cache clean --force && npm install
 RUN npm run build