Skip to content

Commit 09ae6fa

Browse files
committed
fix: add .dockerignore
1 parent 15458e2 commit 09ae6fa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
node_modules/
1+
node_modules/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ COPY package*.json ./
44
RUN npm install --production --silent
55
COPY . ./
66
EXPOSE 8080
7-
CMD [ "node", "index.js" ]
7+
CMD [ "node", "index.js" ]

0 commit comments

Comments
 (0)