Merged PR 163: Revert "Update Dockerfile"

Revert "Update Dockerfile"

This reverts commit f3e4b231e3.
This commit is contained in:
2025-06-11 11:11:05 +00:00

View File

@@ -13,7 +13,7 @@ RUN echo "Backend URL is: ${VITE_BACKEND_URL}"
ARG CACHE_BUSTER=1
COPY package.json package-lock.json ./
COPY package.json ./
RUN npm install