mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40:18 +00:00
Added Docker support
This commit is contained in:
parent
277ec9a5d9
commit
47fe1b4f8f
2
.dockerignore
Normal file
2
.dockerignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.git/
|
||||||
|
.vscode/
|
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
FROM node:13.14.0-alpine
|
||||||
|
|
||||||
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
COPY / /usr/src/app/
|
||||||
|
|
||||||
|
RUN apk add --virtual .build-deps python make g++ gcc
|
||||||
|
|
||||||
|
RUN npm install
|
||||||
|
|
||||||
|
CMD [ "npm", "start" ]
|
@ -1,5 +1,9 @@
|
|||||||
# RadioX by EximiaBots
|
# RadioX by EximiaBots
|
||||||
We will bring you finnish radio to your discord server.
|
We will bring you finnish radio to your discord server.
|
||||||
|
|
||||||
Join our Discord Server
|
## Docker
|
||||||
|
1. `docker build -t warengroup-eximiabots/radiox .`
|
||||||
|
2. `docker run --name radiox-dev -d --net host -e DISCORD_TOKEN= -e PREFIX="rx-" -v $PWD:/usr/src/app/ warengroup-eximiabots/radiox`
|
||||||
|
|
||||||
|
##Join our Discord Server
|
||||||
https://discord.gg/rRA65Mn
|
https://discord.gg/rRA65Mn
|
Loading…
Reference in New Issue
Block a user