Spaces:
Runtime error
Runtime error
test
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -60,7 +60,7 @@ COPY entrypoint.sh /entrypoint.sh
|
|
60 |
#RUN chmod +x /entrypoint.sh
|
61 |
|
62 |
# --- γγγ©γ«γγ― Laravel θ΅·εοΌn8n γ¨εγζΏγε―θ½οΌ---
|
63 |
-
CMD ["php", "artisan", "serve", "--host=0.0.0.0", "--port=
|
64 |
|
65 |
# n8n γ代γγγ«θ΅·εγγγε ΄εγ―δ»₯δΈγ«εγζΏγε―θ½οΌ
|
66 |
# CMD ["n8n", "start"]
|
|
|
60 |
#RUN chmod +x /entrypoint.sh
|
61 |
|
62 |
# --- γγγ©γ«γγ― Laravel θ΅·εοΌn8n γ¨εγζΏγε―θ½οΌ---
|
63 |
+
CMD ["php", "artisan", "serve", "--host=0.0.0.0", "--port=8000"]
|
64 |
|
65 |
# n8n γ代γγγ«θ΅·εγγγε ΄εγ―δ»₯δΈγ«εγζΏγε―θ½οΌ
|
66 |
# CMD ["n8n", "start"]
|