mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-03-17 00:32:20 +03:00
removed docker filed (not needed for PR)
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
FROM node:12
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json .
|
||||
RUN npm install
|
||||
COPY index.js .
|
||||
COPY src .
|
||||
COPY entrypoint.sh .
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ./entrypoint.sh
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
cp /etc/config.json .
|
||||
node index.js
|
||||
Reference in New Issue
Block a user