Update port
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m5s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m5s
This commit is contained in:
parent
0a860bd559
commit
13b605a850
@ -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"]
|
||||||
|
|
||||||
|
@ -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";
|
||||||
|
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user