mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
Merge pull request #6 from Joe-Dowd/docker-fix
add db schemas to docker image
This commit is contained in:
@@ -4,6 +4,8 @@ COPY package.json .
|
||||
RUN npm install
|
||||
COPY index.js .
|
||||
COPY src src
|
||||
RUN mkdir databases
|
||||
COPY databases/*.sql databases/
|
||||
COPY entrypoint.sh .
|
||||
EXPOSE 8080
|
||||
CMD ./entrypoint.sh
|
||||
Reference in New Issue
Block a user