mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-21 01:03:10 -07:00
bump pg to 8.0.1
This commit is contained in:
parent
7c2b29d7e9
commit
335b53e4a0
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ COPY --chown=node:node . .
|
||||||
|
|
||||||
RUN npm install && \
|
RUN npm install && \
|
||||||
npm install redis@0.8.1 && \
|
npm install redis@0.8.1 && \
|
||||||
npm install pg@4.5.7 && \
|
npm install pg@8.0.1 && \
|
||||||
npm install memcached@2.2.2 && \
|
npm install memcached@2.2.2 && \
|
||||||
npm install aws-sdk@2.814.0 && \
|
npm install aws-sdk@2.814.0 && \
|
||||||
npm install rethinkdbdash@2.3.31
|
npm install rethinkdbdash@2.3.31
|
||||||
|
@ -61,8 +61,8 @@ ENTRYPOINT [ "bash", "docker-entrypoint.sh" ]
|
||||||
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s \
|
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s \
|
||||||
--retries=3 CMD [ "sh", "-c", "echo -n 'curl localhost:7777... '; \
|
--retries=3 CMD [ "sh", "-c", "echo -n 'curl localhost:7777... '; \
|
||||||
(\
|
(\
|
||||||
curl -sf localhost:7777 > /dev/null\
|
curl -sf localhost:7777 > /dev/null\
|
||||||
) && echo OK || (\
|
) && echo OK || (\
|
||||||
echo Fail && exit 2\
|
echo Fail && exit 2\
|
||||||
)"]
|
)"]
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue