Skip to content

Commit

Permalink
Merge pull request #7 from govlt/bash-instead-of-sh
Browse files Browse the repository at this point in the history
Bash instead of sh
  • Loading branch information
vycius authored Jul 3, 2024
2 parents b8a4cce + 3ebb5a9 commit 2f577db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y csvkit && rm -rf /var/lib/apt/lists/*

COPY create-database.sh ./create-database.sh

RUN sh create-database.sh
RUN bash create-database.sh

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

0 comments on commit 2f577db

Please sign in to comment.