Skip to content

Commit 5dffc2a

Browse files
authored
Merge pull request #71 from Ipmake/dev
Version 1.4.1
2 parents 004bdc2 + 06c86b9 commit 5dffc2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY backend/* /app
66

7-
RUN apt-get update -y && apt-get install -y openssl
7+
RUN apt-get update -y && apt-get install -y openssl curl
88

99
RUN npm install
1010
RUN npx prisma db push

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

0 commit comments

Comments
 (0)