diff --git a/docker/Dockerfile b/docker/Dockerfile index b4fc5bf..2c6644a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,8 +13,8 @@ COPY --from=builder /app/public ./public COPY --from=builder /app/.nuxt ./.nuxt RUN npm install --production ENV NODE_ENV=production -ENV BASE_PATH=/ -ENV CDN_URL=https://codefirst.iut.uca.fr +ENV BASE_PATH=/containers/matheothierry-portfolio_nuxt/ +ENV CDN_URL=https://codefirst.iut.uca.fr/matheothierry-portfolio_nuxt/ ENV HOST=0.0.0.0 ENV PORT=3000