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

Updated instructions for running locally #346

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

esoccoli
Copy link
Member

Updated the instructions for running locally to be using a container, and changed the port listed to the one that the site currently runs on (80 instead of 4000)

@esoccoli esoccoli requested a review from a team as a code owner January 20, 2024 19:38
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@esoccoli esoccoli requested a review from Mstrodl January 23, 2024 18:47
README.md Outdated
Then, run the container with the following command

```
podman run -p 8080:80 public-site:latest
Copy link
Member

Choose a reason for hiding this comment

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

Actually, can you make this podman run -p 8080:80 -it public-site? That way, people don't get stuck when ctrl-c doesn't work.

Copy link
Contributor

@jabbate19 jabbate19 left a comment

Choose a reason for hiding this comment

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

We ball

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.

4 participants