Compare commits

..

No commits in common. "28b8301aedd8213201b9a74b058b1260a6ba2a3d" and "d49e7106096c56407a6dea75a4d4049e62ede976" have entirely different histories.

5 changed files with 1 additions and 24 deletions

View File

@ -1 +0,0 @@
config/

1
.gitignore vendored
View File

@ -7,4 +7,3 @@ package-lock.json
coverage/ coverage/
public/ public/
dist/ dist/
config/

View File

@ -1,14 +0,0 @@
FROM node:lts-alpine
RUN apk add --no-cache --virtual=build-dependencies build-base git python3-dev
RUN apk add --no-cache yarn
USER node
WORKDIR /var/opt/thelounge-src
ENV THELOUNGE_HOME /var/opt/thelounge
RUN git clone https://git.supernets.org/supernets/thelounge.git .
RUN yarn install
RUN NODE_ENV=production yarn build
RUN yarn link
RUN yarn --non-interactive cache clean
RUN ln -s /var/opt/thelounge-src/index.js /var/opt/thelounge-src/thelounge
EXPOSE 9000
CMD ["/var/opt/thelounge-src/thelounge", "start"]

View File

@ -1,7 +0,0 @@
services:
thelounge:
image: git.supernets.org/supernets/thelounge:4.4.1.1
ports:
- "9000:9000"
volumes:
- "$PWD/config:/var/opt/thelounge"

View File

@ -1,5 +1,5 @@
{ {
"name": "@supernets/thelounge", "name": "thelounge-sn",
"description": "The self-hosted Web IRC client", "description": "The self-hosted Web IRC client",
"version": "4.4.1", "version": "4.4.1",
"preferGlobal": true, "preferGlobal": true,