Switch quakejs branch to master

This commit is contained in:
Trey Yoder
2024-01-20 11:25:42 -05:00
parent 96a5aeb230
commit 6cbe1c4a00
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -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
+10
View File
@@ -0,0 +1,10 @@
version: '2'
services:
quakejs:
container_name: quakejs
environment:
- HTTP_PORT=8080
ports:
- '8080:80'
- '27960:27960'
image: 'treyyoder/quakejs:latest'