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.
1 parent b8a4cce commit 3ebb5a9Copy full SHA for 3ebb5a9
api/Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y csvkit && rm -rf /var/lib/apt/lists/*
6
7
COPY create-database.sh ./create-database.sh
8
9
-RUN sh create-database.sh
+RUN bash create-database.sh
10
11
# Multi stage poetry docker build https://medium.com/@albertazzir/blazing-fast-python-docker-builds-with-poetry-a78a66f5aed0
12
FROM python:3.12 as builder
0 commit comments