Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Jan 24, 2025
1 parent 76adb8d commit 1550845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY entrypoint.sh /app/entrypoint.sh
RUN apk update && apk add --no-cache postgresql-client
RUN chmod +x /app/entrypoint.sh
RUN chmod -R 777 /app
RUN yarn install
RUN yarn install && rm -Rf /usr/local/share/.cache
RUN ln -s /usr/lib/libssl.so.3 /lib/libssl.so.3
ENTRYPOINT ["/app/entrypoint.sh"]
EXPOSE 4000

0 comments on commit 1550845

Please sign in to comment.