Skip to content

Commit

Permalink
chore: Update Docker file instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeydin21 committed Jun 29, 2024
1 parent a89137f commit bf03900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:lts-alpine
WORKDIR /munchyroll
COPY . .
ENV NEXT_PUBLIC_CONSUMET_API=https://localhost:3001
ENV NEXT_PUBLIC_CONSUMET_API="https://consumet-public.vercel.app"
RUN npm install
CMD ["npm", "run", "dev"]
EXPOSE 3000
EXPOSE 3000

1 comment on commit bf03900

@vercel
Copy link

@vercel vercel bot commented on bf03900 Jun 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

munchyroll – ./

munchyroll-jeydin.vercel.app
munchyroll.vercel.app
munchyroll-git-master-jeydin.vercel.app
anime.j21.dev

Please sign in to comment.