Lint
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# README
|
||||
|
||||
This is the readme for people wanting to change this runtime,
|
||||
not for people trying to use it
|
||||
not for people trying to use it
|
||||
|
@ -12,4 +12,3 @@ dependencies:
|
||||
# development_dependencies:
|
||||
# webmock:
|
||||
# github: manastech/webmock.cr
|
||||
|
||||
|
@ -17,4 +17,4 @@ USER app
|
||||
COPY --from=build /home/app/ .
|
||||
|
||||
CMD ["node", "funko.js"]
|
||||
HEALTHCHECK {{ healthcheck_options }} CMD {{ healthcheck_command }}
|
||||
HEALTHCHECK {{ healthcheck_options }} CMD {{ healthcheck_command }}
|
||||
|
@ -12,4 +12,4 @@ app.get('/ping', (req, res) => {
|
||||
|
||||
app.listen(port, () => {
|
||||
console.log(`Example funko listening on port ${port}`)
|
||||
})
|
||||
})
|
||||
|
@ -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