Do recommended fix
Fix mistake in readme Remove angular cli from docker
This commit is contained in:
@@ -6,7 +6,6 @@ WORKDIR /app
|
||||
COPY package.json .
|
||||
RUN npm install -g npm@latest
|
||||
RUN npm install
|
||||
RUN npm install -g @angular/cli
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ Edit or create SVG paths in browser: https://yqnn.github.io/svg-path-editor/
|
||||
## Running Locally
|
||||
|
||||
### Docker
|
||||
Run `docker build -t svg-path-editor . && run -p 4200:4200 svg-path-editor` or `docker-compose up`.
|
||||
Run `docker build -t svg-path-editor . && docker run -p 4200:4200 svg-path-editor` or `docker-compose up`.
|
||||
|
||||
### Manually
|
||||
|
||||
|
||||
Reference in New Issue
Block a user