Skip to content

Commit d3e56a2

Browse files
committed
dockerfile.2
1 parent 30413ed commit d3e56a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

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

0 commit comments

Comments
 (0)