Skip to content

Commit 5656867

Browse files
committed
refactor: add .npm on gitignore
1 parent 1fe14fa commit 5656867

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
Vendas.iml
44
.idea
55
*.DS_Store
6+
web/.npm/

web/docker/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.14.2 as BUILDER
1+
FROM node:16.14.2
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)