mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
feat: deploy a production level webserver with docker
Refs: OPS-15
This commit is contained in:
parent
8cd216673c
commit
2c75fa26a7
4 changed files with 3 additions and 4 deletions
|
|
@ -14,8 +14,6 @@ RUN apk add curl bash jq
|
|||
RUN pip install poetry
|
||||
RUN poetry install
|
||||
|
||||
FROM base as dev
|
||||
|
||||
# Expose development port
|
||||
EXPOSE 5000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue