Skip to content
Snippets Groups Projects

Refactoring docker-compose

26 files
+ 166
86
Compare changes
  • Side-by-side
  • Inline

Files

@@ -22,4 +22,5 @@ COPY . .
EXPOSE 5000
# TODO on runtime displays: "WARNING: This is a development server. Do not use it in a production deployment."
CMD ["flask", "run"]
\ No newline at end of file
Loading