Lint
This commit is contained in:
@@ -19,4 +19,4 @@ USER app
|
||||
COPY --from=build /home/app/ .
|
||||
|
||||
CMD ["venv/bin/uwsgi", "--http", "0.0.0.0:3000", "--master", "-p", "1", "-w", "funko:app"]
|
||||
HEALTHCHECK {{ healthcheck_options }} CMD {{ healthcheck_command }}
|
||||
HEALTHCHECK {{ healthcheck_options }} CMD {{ healthcheck_command }}
|
||||
|
@@ -1 +1 @@
|
||||
flask
|
||||
flask
|
||||
|
Reference in New Issue
Block a user