We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f737dd commit 7579eb2Copy full SHA for 7579eb2
Dockerfile
@@ -1,12 +1,11 @@
1
# Dockerfile
2
-FROM node:16.13.1-alpine3.14
+FROM node:lts
3
4
WORKDIR /app
5
6
COPY package.json .
7
COPY yarn.lock .
8
9
-RUN apk add --no-cache git
10
RUN yarn install
11
12
COPY . .
README.md
@@ -134,7 +134,7 @@ If you just want to try out our KodaDot on Kusama and have a full local setup wi
134
- Build the docker image
135
136
```bash
137
- # Make sure you are running this command with admin priviledges. Linux users please prepend sudo.
+ # Make sure you are logged into docker.
138
139
docker-compose up --build
140
```
0 commit comments