Switch quakejs branch to master
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ RUN apt-get install sudo curl git nodejs npm jq apache2 wget apt-utils -y
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
|
||||
|
||||
RUN git clone --branch fix_module https://github.com/nerosketch/quakejs.git
|
||||
RUN git clone https://github.com/nerosketch/quakejs.git
|
||||
WORKDIR /quakejs
|
||||
RUN npm install
|
||||
RUN ls
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
version: '2'
|
||||
services:
|
||||
quakejs:
|
||||
container_name: quakejs
|
||||
environment:
|
||||
- HTTP_PORT=8080
|
||||
ports:
|
||||
- '8080:80'
|
||||
- '27960:27960'
|
||||
image: 'treyyoder/quakejs:latest'
|
||||
Reference in New Issue
Block a user