Skip to content

Commit 4e7ec53

Browse files
mpawlikgroundnuty
authored andcommitted
Add node_modules to .dockerignore.
1 parent 21da9ae commit 4e7ec53

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.dockerignore

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

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN npm install
1010
COPY . .
1111

1212
ENV PORT=80
13-
ENV REDIS_HOST=redis
1413

1514
EXPOSE ${PORT}
1615

0 commit comments

Comments
 (0)