Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Jul 1, 2024
2 parents 0fc7524 + e645ce7 commit 17e6b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN yarn workspaces focus --production
FROM node:${NODE_VERSION}
EXPOSE 80
WORKDIR /app
CMD ["node", "--max-old-space-size=8192", " --experimental-specifier-resolution=node", "./dist/node/index.js"]
CMD ["node", "./dist/node/index.js"]

# Install required packages
# RUN apk add --no-cache file imagemagick ffmpeg
Expand Down

0 comments on commit 17e6b3c

Please sign in to comment.