diff --git a/Dockerfile b/Dockerfile index 1b2563b..bbf2917 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . . diff --git a/README.md b/README.md index 6e76a76..b6e9be6 100644 --- a/README.md +++ b/README.md @@ -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