mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 15:04:38 +01:00
Compare commits
2 Commits
531b3d2fa6
...
5f265ee291
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f265ee291 | ||
|
|
2a297e693f |
@@ -1,7 +1,7 @@
|
|||||||
# Docker for erupe
|
# Docker for erupe
|
||||||
|
|
||||||
## Building the container
|
## Building the container
|
||||||
Run the following from the route of the soruce folder. In this example we give it the tag of dev to seperate it from any other container verions.
|
Run the following from the route of the source folder. In this example we give it the tag of dev to seperate it from any other container verions.
|
||||||
```bash
|
```bash
|
||||||
docker build . -t erupe:dev
|
docker build . -t erupe:dev
|
||||||
```
|
```
|
||||||
@@ -67,4 +67,4 @@ docker-compose up
|
|||||||
|
|
||||||
|
|
||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
Q: My Postgres will not populate. A: You're setup.sh is maybe saved as CRLF it needs to be saved as LF.
|
Q: My Postgres will not populate. A: You're setup.sh is maybe saved as CRLF it needs to be saved as LF.
|
||||||
|
|||||||
Reference in New Issue
Block a user