Skip to content

Commit 30413ed

Browse files
committed
client docker
1 parent c342188 commit 30413ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM node:16.17.0
22
WORKDIR /usr/src/app
33
COPY . /usr/src/app
4+
RUN npm i postgresql-client -g
45
RUN npm ci && npm cache clean --force && npm run build
56
EXPOSE 3000
67
ENTRYPOINT npm run start

0 commit comments

Comments
 (0)