Skip to content

Commit 3722a26

Browse files
Dan WahlinDan Wahlin
Dan Wahlin
authored and
Dan Wahlin
committed
Update path
1 parent 4a8f98e commit 3722a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/.docker/node.development.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:latest
22

33
MAINTAINER Dan Wahlin
44

5-
WORKDIR /var/www/angular2noderestfulservice
5+
WORKDIR /var/www/angularnoderestfulservice
66

77
RUN npm install nodemon -g
88

src/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
context: .
1414
dockerfile: .docker/node.development.dockerfile
1515
volumes:
16-
- .:/var/www/angular2noderestfulservice
16+
- .:/var/www/angularnoderestfulservice
1717
environment:
1818
- NODE_ENV=development
1919
ports:

0 commit comments

Comments
 (0)