Skip to content

Commit

Permalink
tiny edit to hints in readme and comments in draft dockerfile in ws1
Browse files Browse the repository at this point in the history
  • Loading branch information
amui committed Apr 29, 2021
1 parent e91693b commit 7f3de3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workshop-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ The Mythical Mysfits adoption agency infrastructure has always been running dire
RUN pip3 install -r ./requirements.txt
#[TODO]: Specify a listening port for the container
EXPOSE 80
#[TODO]: Run the monolith.py as the final step
#[TODO]: Run mythicalMysfitsService.py as the final step
ENTRYPOINT ["python3"]
CMD ["mythicalMysfitsService.py"]
</pre>
Expand Down
2 changes: 1 addition & 1 deletion workshop-1/app/monolith-service/Dockerfile.draft
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN pip3 install --upgrade pip

#[TODO]: Specify a listening port for the container

#[TODO]: Run the monolith.py as the final step. We want this container to run as an executable. Looking at ENTRYPOINT and CMD for this?
#[TODO]: Run mythicalMysfitsService.py as the final step. We want this container to run as an executable. Looking at ENTRYPOINT and CMD for this?

0 comments on commit 7f3de3f

Please sign in to comment.