Skip to content

Commit

Permalink
Reworking the app a bit for ease of use.
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 9, 2024
1 parent 9cd1153 commit c4e2b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion sample/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM python:3.8-alpine
RUN mkdir /app
ADD . /app
WORKDIR /app
CMD ["python3", "app.py"]
EXPOSE 8080
CMD ["python3", "app.py"]
6 changes: 0 additions & 6 deletions sample/docker-compose.yaml

This file was deleted.

0 comments on commit c4e2b15

Please sign in to comment.