Skip to content

Commit

Permalink
feat: test postgres connection through firewall
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu <matthieu.perrin@montreal.ca>
  • Loading branch information
mtlmatt committed Aug 5, 2024
1 parent 81d6570 commit 8a59c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions le-taxi-api-node.js/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM node:20.13-slim

RUN echo "America/Montreal" > /etc/timezone
RUN dpkg-reconfigure -f noninteractive tzdata
RUN apt-get update && apt-get install -y telnet

RUN mkdir -p /le-taxi-api-node
WORKDIR /le-taxi-api-node
Expand Down

0 comments on commit 8a59c26

Please sign in to comment.