Skip to content

Commit d507b21

Browse files
committed
pg common inst
1 parent a348bab commit d507b21

File tree

4 files changed

+263
-23
lines changed

4 files changed

+263
-23
lines changed

.ebextensions/psql.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ commands:
66
01_postgres_activate:
77
command: sudo amazon-linux-extras enable postgresql13
88
02_postgres_install:
9-
command: sudo yum install -y postgresql
9+
command: sudo yum install -y postgresql postgresql-server

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ FROM node:16.17.0
22
WORKDIR /usr/src/app
33
COPY . /usr/src/app
44
RUN npm ci && npm cache clean --force && npm run build
5-
RUN yum install -y postgresql
65
EXPOSE 3000
76
ENTRYPOINT npm run start

0 commit comments

Comments
 (0)