Compare commits
3 Commits
master
...
5671735e54
Author | SHA1 | Date | |
---|---|---|---|
5671735e54 | |||
4315560cbc | |||
e106ae92db |
@ -47,7 +47,8 @@ WORKDIR /home/node
|
|||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Add Healthcheck
|
# Add Healthcheck
|
||||||
HEALTHCHECK --interval=10s --timeout=10s --start-period=5s --retries=3 CMD wget --no-verbose --tries=1 --spider http://localhost:3000 || exit 1
|
# FIXME: remttre check
|
||||||
|
# HEALTHCHECK --interval=10s --timeout=10s --start-period=5s --retries=3 CMD wget --no-verbose --tries=1 --spider http://localhost:3000 || exit 1
|
||||||
|
|
||||||
# copy from build image
|
# copy from build image
|
||||||
COPY --chown=node:node --from=BUILD_IMAGE /home/node/node_modules ./node_modules
|
COPY --chown=node:node --from=BUILD_IMAGE /home/node/node_modules ./node_modules
|
||||||
|
0
Express/barAndCafe/src/OpenTripMaps.ts
Normal file
0
Express/barAndCafe/src/OpenTripMaps.ts
Normal file
@ -16,6 +16,9 @@ const options = {
|
|||||||
{
|
{
|
||||||
url: "http://localhost:"+port.toString(),
|
url: "http://localhost:"+port.toString(),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
url: "https://drink-tweb.cb85.fr"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
apis: ['./src/*.ts'],
|
apis: ['./src/*.ts'],
|
||||||
|
Reference in New Issue
Block a user