Updated Windows setup (markdown)
parent
811b0ca5a6
commit
9f6c80cccb
@ -276,12 +276,14 @@ It is also recommended to install the C# extension and the Docker extension for
|
|||||||
|
|
||||||
1. Update the Dockerfile in WebSPA project(src/Web/WebSPA/Dockerfile) to insert below instructions after WORKDIR /app
|
1. Update the Dockerfile in WebSPA project(src/Web/WebSPA/Dockerfile) to insert below instructions after WORKDIR /app
|
||||||
|
|
||||||
`RUN apt-get update`
|
```console
|
||||||
`RUN apt-get -y install curl gnupg`
|
RUN apt-get update
|
||||||
`RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -`
|
RUN apt-get -y install curl gnupg
|
||||||
`RUN apt-get -y install nodejs`
|
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
||||||
`RUN npm install`
|
RUN apt-get -y install nodejs
|
||||||
`RUN npm -v`
|
RUN npm install
|
||||||
|
RUN npm -v
|
||||||
|
```
|
||||||
|
|
||||||
2. Update the value for webspa.environment in docker-compose.override.yml as follows:
|
2. Update the value for webspa.environment in docker-compose.override.yml as follows:
|
||||||
`ASPNETCORE_ENVIRONMENT=Development`
|
`ASPNETCORE_ENVIRONMENT=Development`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user