diff --git a/client/Dockerfile b/client/Dockerfile index d622caf0..2a217bcf 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -20,7 +20,7 @@ COPY --from=prod-deps /app/node_modules ./node_modules COPY --from=build /app/dist ./dist ENV HOST=0.0.0.0 -ENV PORT=4321 +ENV PORT=4123 -EXPOSE 4321 +EXPOSE 4123 CMD node ./dist/server/entry.mjs \ No newline at end of file diff --git a/client/docker-compose.yml b/client/docker-compose.yml index 00e509ff..4f088baf 100644 --- a/client/docker-compose.yml +++ b/client/docker-compose.yml @@ -20,8 +20,8 @@ services: - ./astro.config.mjs:/opt/app/astro.config.mjs - ./tsconfig.json:/opt/app/tsconfig.json networks: - - strapi-network + - pole-book_strapi-network networks: - strapi-network: + pole-book_strapi-network: external: true \ No newline at end of file diff --git a/client/src/components/PoleElementsList.astro b/client/src/components/PoleElementsList.astro index 10a77a76..9c1a05db 100644 --- a/client/src/components/PoleElementsList.astro +++ b/client/src/components/PoleElementsList.astro @@ -18,7 +18,6 @@ const BASE_URL = getStrapiBaseUrl();