Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Troubleshooting connecting to AWS RDS
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Jun 26, 2024
1 parent 4a18b02 commit 0dc2d1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ FROM base AS release
COPY --from=build /usr/src/app/.output .
COPY --from=build /usr/src/app/db ./db

# Install postgresql-client
RUN apk add --no-cache postgresql-client

# run the app
USER node
# USER node
EXPOSE 3000/tcp
ENTRYPOINT [ "node", "server/index.mjs" ]

0 comments on commit 0dc2d1f

Please sign in to comment.