Skip to content

Commit

Permalink
chore: mention the docker builds in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
TN1ck committed Apr 27, 2024
1 parent b0db1bf commit 42d1832
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install
npm start
```

The app should be available on `https://127.0.0.1:3000`.
The app should be available on [http://127.0.0.1:3000](http://127.0.0.1:3000).

To build the project, execute `npm run build`, the generated files are in the `dist` directory.

Expand All @@ -30,6 +30,8 @@ A docker image is provided to build the application and serve it using NGINX at
Build the image: `docker build -t super-sudoku:latest .`
Run the image: `docker run -p 8081:80 super-sudoku:latest` (Change 8081 for the port you want to map it to locally).

Automatically build images are available at [https://github.com/tn1ck/super-sudoku/pkgs/container/super-sudoku](https://github.com/tn1ck/super-sudoku/pkgs/container/super-sudoku).

## Features include:

- Solving of sudokus
Expand Down

0 comments on commit 42d1832

Please sign in to comment.