NAS deployment fixed
This commit is contained in:
12
Dockerfile.node-apps
Normal file
12
Dockerfile.node-apps
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM node:lts-slim
|
||||
|
||||
# Install build dependencies for better-sqlite3 and other native modules
|
||||
RUN apt-get update && apt-get install -y \
|
||||
python3 \
|
||||
build-essential \
|
||||
openssl \
|
||||
ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /usr/src/app
|
||||
Reference in New Issue
Block a user