Skip to content

Commit

Permalink
➕ Add default ENV values
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsoha committed Jan 15, 2025
1 parent 87992df commit c67865f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /laravel
SHELL ["/bin/bash", "-eou", "pipefail", "-c"]

ENV SERVER_NAME=:80
ENV OCTANE_SERVER=frankenphp
ARG user=laravel

COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 KloudKIT
Copyright (c) 2025 KloudKIT

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit c67865f

Please sign in to comment.