fix: docker KO, emoji empty and adding some todos in doc
This commit is contained in:
@@ -10,7 +10,7 @@ WORKDIR /app
|
||||
# Install dependencies based on the preferred package manager
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN \
|
||||
if [ -f package-lock.json ]; then npm install; \
|
||||
if [ -f package-lock.json ]; then npm install --legacy-peer-deps; \
|
||||
else echo "Lockfile not found." && exit 1; \
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user