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 <[email protected]>
  • Loading branch information
mtlmatt committed Aug 5, 2024
1 parent 81d6570 commit 5f5fbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion le-taxi-api-node.js/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . /le-taxi-api-node

USER node

RUN npm install && npm run tsc
RUN npm install && npm run tsc && apt install telnet


EXPOSE 8099
Expand Down

0 comments on commit 5f5fbc8

Please sign in to comment.