Ignore local .history folder
This commit is contained in:
parent
e63001e072
commit
5cdf0d995b
3
.gitignore
vendored
3
.gitignore
vendored
@ -47,3 +47,6 @@ coverage/
|
|||||||
*.tmp
|
*.tmp
|
||||||
*.temp
|
*.temp
|
||||||
.cache/
|
.cache/
|
||||||
|
|
||||||
|
# Local editor history (keep locally, remove from remote)
|
||||||
|
.history/
|
||||||
|
|||||||
@ -9,7 +9,7 @@ WORKDIR /app
|
|||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN npm ci --only=production
|
RUN npm install
|
||||||
|
|
||||||
# Copy source files
|
# Copy source files
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user