Skip to content

Commit cd45aa9

Browse files
committed
Adding Dockerfile
1 parent a1df6bb commit cd45aa9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM node:20-slim
2+
3+
WORKDIR /app
4+
5+
# Install Python and build tools
6+
RUN apt-get update && apt-get install -y \
7+
python3 \
8+
make \
9+
g++ \
10+
&& apt-get clean

0 commit comments

Comments
 (0)