Skip to content

Commit

Permalink
chore: improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdsg committed May 22, 2024
1 parent 9bb3207 commit 33f65d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ FROM julia:1.10.2-bullseye

# Create a new user named 'jl' with a home directory and bash shell
# Note: using a custom user to run our application instead of root is
# a security best practice
# a security bestpractice
RUN useradd --create-home --shell /bin/bash jl

# Create a directory for the application in the 'jl' user's home directory
Expand Down Expand Up @@ -293,7 +293,7 @@ ENV JULIA_DEPOT_PATH "/home/jl/.julia"
ENV JULIA_REVISE "off"
ENV EARLYBIND "true"

# Define the command to run the Genie app when the container starts
# Define the command to run the application when the container starts
CMD ["julia", "--project", "app.jl"]
```

Expand Down

0 comments on commit 33f65d8

Please sign in to comment.