Spaces:
Runtime error
Runtime error
Commit
Β·
bde7717
1
Parent(s):
d9f5e5d
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -53,7 +53,7 @@ RUN composer install --no-interaction --prefer-dist --optimize-autoloader \
|
|
53 |
RUN git config --global user.email "[email protected]"
|
54 |
|
55 |
# --- γγγ©γ«γγ― Laravel θ΅·εοΌn8n γ¨εγζΏγε―θ½οΌ---
|
56 |
-
CMD ["php", "artisan", "serve", "--host=0.0.0.0", "--port=
|
57 |
|
58 |
# n8n γ代γγγ«θ΅·εγγγε ΄εγ―δ»₯δΈγ«εγζΏγε―θ½οΌ
|
59 |
# CMD ["n8n", "start"]
|
|
|
53 |
RUN git config --global user.email "[email protected]"
|
54 |
|
55 |
# --- γγγ©γ«γγ― Laravel θ΅·εοΌn8n γ¨εγζΏγε―θ½οΌ---
|
56 |
+
CMD ["php", "artisan", "serve", "--host=0.0.0.0", "--port=8888"]
|
57 |
|
58 |
# n8n γ代γγγ«θ΅·εγγγε ΄εγ―δ»₯δΈγ«εγζΏγε―θ½οΌ
|
59 |
# CMD ["n8n", "start"]
|