Skip to content

Commit 7579eb2

Browse files
committed
chore: removed git and set node to lts
1 parent 4f737dd commit 7579eb2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Dockerfile
2-
FROM node:16.13.1-alpine3.14
2+
FROM node:lts
33

44
WORKDIR /app
55

66
COPY package.json .
77
COPY yarn.lock .
88

9-
RUN apk add --no-cache git
109
RUN yarn install
1110

1211
COPY . .

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ If you just want to try out our KodaDot on Kusama and have a full local setup wi
134134
- Build the docker image
135135

136136
```bash
137-
# Make sure you are running this command with admin priviledges. Linux users please prepend sudo.
137+
# Make sure you are logged into docker.
138138

139139
docker-compose up --build
140140
```

0 commit comments

Comments
 (0)