Skip to content

Commit 3ebb5a9

Browse files
committed
Bash instead of sh
1 parent b8a4cce commit 3ebb5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y csvkit && rm -rf /var/lib/apt/lists/*
66

77
COPY create-database.sh ./create-database.sh
88

9-
RUN sh create-database.sh
9+
RUN bash create-database.sh
1010

1111
# Multi stage poetry docker build https://medium.com/@albertazzir/blazing-fast-python-docker-builds-with-poetry-a78a66f5aed0
1212
FROM python:3.12 as builder

0 commit comments

Comments
 (0)