Skip to content

Commit f44632a

Browse files
Dan WahlinDan Wahlin
Dan Wahlin
authored and
Dan Wahlin
committed
Fix dockerfile issue
1 parent 63508ad commit f44632a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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/angular2restfulservice
5+
WORKDIR /var/www/angular2noderestfulservice
66

77
RUN npm install nodemon -g
88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ to call a Node.js RESTful service.
4747

4848
1. Install Gulp: `npm install gulp -g`
4949

50-
1. Run `gulp copy:libs`
51-
5250
1. Run `npm install`
5351

52+
1. Run `gulp copy:libs`
53+
5454
1. Run `npm run tsc:w` to compile TypeScript to JavaScript locally (leave the window running). This is only needed when in "dev" mode.
5555

5656
1. Open another command window and navigate to this application's root folder in the command window

0 commit comments

Comments
 (0)