Remove outdated info. (#5)

Remove outdated info.

Co-authored-by: russoj88 <russoj88@gmail.com>
This commit is contained in:
jeff 2020-03-23 16:38:45 +00:00
parent e50ed6db9f
commit 5fa97dd188

View File

@ -32,20 +32,6 @@ To run the production container, run the following command:
docker run --rm -it -p 8080:8080 website-rel
```
## Get static files for AWS hosting
Use Docker's copy to pull the files out of a working production container:
```shell script
docker cp CONTAINER_ID:/app/dist /local/destination
```
## Versioning
Tags will indicate when a particular commit was ready to be live.
Ex: `v2019-07-28_031407`
*nix command: `date -u +v%Y-%m-%d_%H%M%S`
## Managing Job Posts
To add a job post: