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 9d99c2b commit 47db749Copy full SHA for 47db749
.dockerignore
@@ -1,5 +1,6 @@
1
-.git
2
-.github
+.git*
+.docker*
3
build
4
node_modules
5
+Dockerfile
6
*.md
Dockerfile
@@ -6,7 +6,7 @@ LABEL description="File server with support for multiple domains"
7
WORKDIR /app
8
COPY . .
9
-RUN npm ci
+RUN npm ci --production
10
11
USER node
12
0 commit comments