Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
BlueprintFramework/framework#32 being merged makes this patch un-necessary
  • Loading branch information
Loki-101 authored Apr 20, 2024
1 parent a6ad252 commit f3cc1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN sed -i 's/OWNERSHIP="www-data:www-data"/OWNERSHIP="nginx:nginx"/' blueprint.

# Make the script executable and run it
RUN chmod +x blueprint.sh \
&& bash blueprint.sh || true
&& bash blueprint.sh

# Create directory for blueprint extensions
RUN mkdir -p /blueprint_extensions /app
Expand Down

0 comments on commit f3cc1bf

Please sign in to comment.