Skip to content

Commit

Permalink
change ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
sasagar committed Aug 14, 2023
1 parent 3e21849 commit be8cd8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ COPY --chown=misskey:misskey --from=native-builder /misskey/fluent-emojis /missk
COPY --chown=misskey:misskey . ./

ENV NODE_ENV=production
ENV LD_PRELOAD=/usr/lib64/libjemalloc.so.2
ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2
HEALTHCHECK --interval=5s --retries=20 CMD ["/bin/bash", "/misskey/healthcheck.sh"]
ENTRYPOINT ["/usr/bin/tini", "--"]
CMD ["pnpm", "run", "migrateandstart"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "13.14.2-ikaskey-e2",
"version": "13.14.2-ikaskey-e3",
"codename": "nasubi",
"repository": {
"type": "git",
Expand Down

0 comments on commit be8cd8e

Please sign in to comment.