We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c342188 commit 30413edCopy full SHA for 30413ed
Dockerfile
@@ -1,6 +1,7 @@
1
FROM node:16.17.0
2
WORKDIR /usr/src/app
3
COPY . /usr/src/app
4
+RUN npm i postgresql-client -g
5
RUN npm ci && npm cache clean --force && npm run build
6
EXPOSE 3000
7
ENTRYPOINT npm run start
0 commit comments