Update port
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m5s

This commit is contained in:
omaroughriss 2025-07-03 11:38:40 +02:00
parent 0a860bd559
commit 13b605a850
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ COPY nginx.dev.conf /etc/nginx/http.d/default.conf
COPY start-dev.sh /start-dev.sh COPY start-dev.sh /start-dev.sh
RUN chmod +x /start-dev.sh RUN chmod +x /start-dev.sh
EXPOSE 3001 80 EXPOSE 3003 80
CMD ["/start-dev.sh"] CMD ["/start-dev.sh"]

View File

@ -4,7 +4,7 @@ server {
# Redirection des requêtes HTTP vers Vite # Redirection des requêtes HTTP vers Vite
location / { location / {
proxy_pass http://localhost:3001; proxy_pass http://localhost:3003;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade"; proxy_set_header Connection "Upgrade";

View File

@ -57,7 +57,7 @@ export default defineConfig({
fs: { fs: {
cachedChecks: false, cachedChecks: false,
}, },
port: 3001, port: 3003,
proxy: { proxy: {
'/storage': { '/storage': {
target: 'https://demo.4nkweb.com', target: 'https://demo.4nkweb.com',