Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
COPY package.json package-lock.json ./
COPY .npmrc ./
# TO DEVELOPERS:
# If `npm ci` causes issues, try `npm install` instead
# and notify Marcel Jacquot on Slack of your error
RUN npm ci
# Use --legacy-peer-deps for React 18 peer dependency resolution
RUN npm install --legacy-peer-deps

# --- runtime: non-root, copy artifacts from builder ---
FROM public.ecr.aws/docker/library/node:25
Expand Down
Loading
Loading