Skip to content

Commit c67865f

Browse files
committed
➕ Add default ENV values
1 parent 87992df commit c67865f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ WORKDIR /laravel
66
SHELL ["/bin/bash", "-eou", "pipefail", "-c"]
77

88
ENV SERVER_NAME=:80
9+
ENV OCTANE_SERVER=frankenphp
910
ARG user=laravel
1011

1112
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 KloudKIT
3+
Copyright (c) 2025 KloudKIT
44

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

0 commit comments

Comments
 (0)