diff options
| author | Melody Horn <melody@boringcactus.com> | 2020-10-02 22:19:46 -0600 |
|---|---|---|
| committer | Melody Horn <melody@boringcactus.com> | 2020-10-02 22:19:46 -0600 |
| commit | 05630ee9fd5c7cf4ba8ad29013ce85ac4b83ccb3 (patch) | |
| tree | 5dda60b144aff73cca918a277fa5064f9228ab53 | |
| parent | 97ac6174b7b7b7321845ec995d935d010ea7baee (diff) | |
| download | crabravebot-05630ee9fd5c7cf4ba8ad29013ce85ac4b83ccb3.tar.gz crabravebot-05630ee9fd5c7cf4ba8ad29013ce85ac4b83ccb3.zip | |
expose the port oops
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,4 +9,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . +EXPOSE 8000 + CMD [ "gunicorn", "-w", "1", "bot:app", "--log-file", "-" ] |