File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- node_modules /
1
+ ** / node_modules /
2
2
docs /
3
3
Dockerfile
4
4
* .md
5
5
.git
6
6
.gitignore
7
7
.gitmodules
8
8
docker-compose.yml
9
- docker-compose-local.yml
9
+ docker-compose-local.yml
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN cd /app/shared && npm install --production
22
22
RUN cd /app/server && npm install --production
23
23
RUN cd /app/zone-mta && npm install --production
24
24
25
- # Later, copy the app files. That improves development speed as buiding the Docker image will not have
25
+ # Later, copy the app files. That improves development speed as building the Docker image will not have
26
26
# to download and install all the NPM dependencies every time there's a change in the source code
27
27
COPY . /app
28
28
You can’t perform that action at this time.
0 commit comments