Skip to content

Commit

Permalink
3.6.4 (#78)
Browse files Browse the repository at this point in the history
rework docker
  • Loading branch information
yowmamasita authored Sep 24, 2023
1 parent e9e2e5f commit 9d6b923
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ COPY --from=build /app/.next/standalone .

EXPOSE 3000

ENV PORT 3000
# set hostname to localhost
ENV HOSTNAME "0.0.0.0"

CMD ["node", "server.js"]

# Install additional tools (curl and grep)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debrid-media-manager",
"version": "3.6.3",
"version": "3.6.4",
"private": false,
"scripts": {
"dev": "next dev",
Expand Down
3 changes: 1 addition & 2 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// learn more about it in the docs: https://pris.ly/d/prisma-schema

generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-arm64-openssl-3.0.x"]
provider = "prisma-client-js"
}

datasource db {
Expand Down

0 comments on commit 9d6b923

Please sign in to comment.