mirror of
https://github.com/slynn1324/tinypin
synced 2026-05-04 01:40:43 +00:00
Merge branch 'master' of github.com:slynn1324/tinypin
This commit is contained in:
+7
-3
@@ -3,9 +3,13 @@
|
||||
*.crx
|
||||
*.pem
|
||||
.gitignore
|
||||
.git
|
||||
/.git
|
||||
docker-run.sh
|
||||
docker-build.sh
|
||||
images
|
||||
images*
|
||||
/images
|
||||
/images*
|
||||
*.db*
|
||||
*.md
|
||||
/chrome-extension
|
||||
/node-modules
|
||||
data
|
||||
|
||||
+1
-1
@@ -6,6 +6,6 @@ WORKDIR /tinypin
|
||||
|
||||
RUN apk add build-base python3 && npm install --verbose && apk del build-base python3
|
||||
|
||||
RUN npm install
|
||||
RUN mkdir /data && npm install
|
||||
|
||||
ENTRYPOINT ["sh", "-c" , "node server.js -i /data/images -d /data/tinypin.db"]
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
docker build -t tinypin .
|
||||
docker build -t slynn1324/tinypin .
|
||||
|
||||
Reference in New Issue
Block a user