We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fba1d3 commit 2281e45Copy full SHA for 2281e45
Dockerfile
@@ -2,7 +2,8 @@
2
FROM node:20-slim
3
4
# Install build dependencies for sqlite3
5
-RUN apt-get update && apt-get install -y \
+RUN apt-get update
6
+RUN apt-get install -y \
7
python3 \
8
make \
9
g++ \
@@ -33,4 +34,4 @@ RUN npm rebuild sqlite3 --build-from-source
33
34
EXPOSE 3000
35
36
# Start the server
-CMD ["npm", "run", "start"]
37
+CMD ["npm", "run", "start"]
0 commit comments