Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding docker #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Adding docker #4

wants to merge 2 commits into from

Conversation

njmote
Copy link

@njmote njmote commented Jan 20, 2025

Thank you so much for creating this app, I had a lot of fun talking with it this morning. I've included some instructions on how to get it running in Docker.

@PylotLight
Copy link

You could use bun instead potentially, it worked for me.:

FROM oven/bun:alpine

WORKDIR /usr/src/app

COPY package*.json ./
RUN bun install

COPY . .

EXPOSE 3000

CMD ["bun","--bun", "run", "dev"]

@msirendi msirendi mentioned this pull request Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants