mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
removed docker filed (not needed for PR)
This commit is contained in:
parent
13e4adf18f
commit
0d773a9a61
2 changed files with 0 additions and 13 deletions
|
@ -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
|
Loading…
Reference in a new issue