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.
2 parents 004bdc2 + 06c86b9 commit 5dffc2aCopy full SHA for 5dffc2a
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
4
5
COPY backend/* /app
6
7
-RUN apt-get update -y && apt-get install -y openssl
+RUN apt-get update -y && apt-get install -y openssl curl
8
9
RUN npm install
10
RUN npx prisma db push
version.txt
@@ -1 +1 @@
1
-1.4.0
+1.4.1
0 commit comments