Skip to content

Commit 1606f19

Browse files
committed
updated dockerfile for devcontainer
1 parent a9c755c commit 1606f19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ FROM node:20-bullseye
33
# Avoid warnings by switching to noninteractive
44
ENV DEBIAN_FRONTEND=noninteractive
55

6+
# Set Node.js memory limit
7+
ENV NODE_OPTIONS="--max-old-space-size=4096"
8+
69
# Install necessary packages for development
710
RUN apt-get update \
811
&& apt-get -y install --no-install-recommends \

0 commit comments

Comments
 (0)