Skip to content

Commit

Permalink
dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
shyanukant committed Jul 29, 2023
1 parent 57f9bfe commit 109e131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY . .

EXPOSE ${PORT}
EXPOSE $PORT

CMD ["gunicorn", "squib.wsgi:application", "--bind", "0.0.0.0:${PORT}"]
CMD ["gunicorn", "squib.wsgi:application", "--bind", "0.0.0.0:$PORT"]

0 comments on commit 109e131

Please sign in to comment.