Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 8303c2a

Browse files
committed
Update nodejs version inside of dockerfile
1 parent 46303f5 commit 8303c2a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN mkdir /casty.caddy
1010
WORKDIR /casty.caddy
1111

1212
# Add nodesource
13-
RUN curl -sL https://rpm.nodesource.com/setup_10.x | bash -
13+
RUN curl -sL https://rpm.nodesource.com/setup_12.x | bash -
1414

1515
# Install nodejs
1616
RUN yum install -y nodejs

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ VUE_APP_API_DISCORD_REDIRECT_URI=http://localhost:8000/oauth/discord/callback
4242
VUE_APP_API_RECAPTCHA_KEY=
4343
```
4444

45-
### Compile Protobufers
46-
```bash
47-
$ npm run pbjs:compile
48-
```
49-
5045
### Serve project on development server
5146
```bash
5247
$ npm run serve

0 commit comments

Comments
 (0)