Do recommended fix

Fix mistake in readme
Remove angular cli from docker
This commit is contained in:
Pg
2021-02-28 21:22:15 +01:00
committed by Yann Armelin
parent 8aecb17f17
commit 1f30fca3d2
2 changed files with 1 additions and 2 deletions

View File

@@ -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 . .

View File

@@ -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