Skip to content

Commit

Permalink
fixes #103
Browse files Browse the repository at this point in the history
  • Loading branch information
inetol committed May 26, 2024
1 parent c3f18d0 commit af5f5f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ LABEL org.opencontainers.image.url="https://jspaste.eu" \
org.opencontainers.image.documentation="https://docs.jspaste.eu" \
org.opencontainers.image.licenses="EUPL-1.2"

ENV HOSTNAME=127.0.0.1
ENV PORT=3000

EXPOSE 3000

CMD ["server.js"]
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"@chakra-ui/react": "~2.8.2",
"@chakra-ui/system": "~2.6.2",
"@monaco-editor/react": "~4.6.0",
"@types/bun": "~1.1.2",
"@types/react": "~18.3.2",
"@types/bun": "~1.1.3",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"highlight.js": "~11.9.0",
"million": "~3.0.6",
"million": "~3.1.6",
"next": "~14.2.3",
"react": "~18.3.1",
"react-dom": "~18.3.1",
Expand Down

0 comments on commit af5f5f6

Please sign in to comment.