Skip to content

Commit

Permalink
Update README.md (#7)
Browse files Browse the repository at this point in the history
* Update README.md

echo doesn't  work for me + missing space before double chevrons if I'm correct ?

* Update README.md
  • Loading branch information
SamyOubouaziz authored Jan 26, 2024
1 parent 0c3ca3d commit fdd802e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ Build a docker image containing your Dagster code and push it to the Scaleway Re
dagster project scaffold --name my-dagster-project
cd my-dagster-project

echo<<EOF > Dockerfile
cat <<EOF > Dockerfile
FROM python:3.12-slim-bookworm
WORKDIR /app
COPY . .
RUN pip install pendulum==2.0.3
RUN pip install .
# Install the Dagster Scaleway module. You can also specify it in your "setup.py" file
RUN pip install dagster_scaleway
Expand Down

0 comments on commit fdd802e

Please sign in to comment.