Fix Dockerfile syntax for package.json copy command

This commit is contained in:
Anduin
2026-01-26 08:09:31 +00:00
parent 3c784d9b40
commit af14e6d637
+1 -1
View File
@@ -10,7 +10,7 @@ ARG FRONT_END_PATH
WORKDIR /src
# Restore
COPY ${FRONT_END_PATH}/package*.json .
COPY ${FRONT_END_PATH}/package*.json ./
RUN npm install --loglevel verbose --force
# Build (no need to build. Static files project)