Remove outdated info.

This commit is contained in:
russoj88 2020-03-23 08:49:54 -07:00
parent e50ed6db9f
commit 8da14685af

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: