We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6f8ba commit 4bfca4aCopy full SHA for 4bfca4a
.dockerignore
@@ -1,5 +1,5 @@
1
-node_modules/
2
-dist/
3
-docker-compose.yml
4
-nginx/
5
-functions/
+node_modules
+/dist
+/docker-compose.yml
+/nginx
+/functions
Dockerfile
@@ -5,7 +5,7 @@ ENV NODE_ENV production
RUN mkdir -p /home/node/app
6
WORKDIR /home/node/app
7
8
-COPY --chown=node:node package.json yarn.lock /home/node/app/
+COPY package*.json yarn*.lock /home/node/app/
9
RUN chown -R node:node /home/node/
10
11
USER node
nginx/default.conf
nginx/gzip.conf
0 commit comments