container runs for production site

This commit is contained in:
len0rd 2023-06-14 20:16:47 -04:00
parent d8fa64a9ae
commit 032ab59def
4 changed files with 7 additions and 5 deletions

View file

@ -21,6 +21,10 @@ Its a website! Node/npm
1. From this directory install dependencies with `npm install`
2. Run the server with `npm start`
## Build the docker image
## Build the production docker image
`docker build -t leo_website:latest .`
## Run the production container
`docker run --rm -td -p 8888:8090 leo_website:prod`