diff --git a/Dockerfile b/Dockerfile index f7272fb29..a566578ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,9 +25,9 @@ RUN apk add --no-cache sqlite-libs COPY package*.json ./ RUN npm install --production +# Copy ALL built assets COPY --from=builder /app/dist ./dist COPY --from=builder /app/public ./public -COPY --from=builder /app/astro.config.mjs ./ COPY --from=builder /app/data ./data EXPOSE 80 @@ -41,5 +41,5 @@ ENV ASTRO_DB_REMOTE_URL=file:/app/data/consent.db ENV HOST=0.0.0.0 ENV PORT=80 -# Serve static files with proper MIME types +# Serve static files on port 80 CMD ["npx", "serve", "dist", "-l", "80", "--no-clipboard", "--cors"] diff --git a/public/images/2021/03/hdpe001.jpg b/public/images/2021/03/hdpe001.jpg new file mode 100644 index 000000000..a2fb66b9b Binary files /dev/null and b/public/images/2021/03/hdpe001.jpg differ diff --git a/public/images/2021/03/hdpe002.jpg b/public/images/2021/03/hdpe002.jpg new file mode 100644 index 000000000..090652e13 Binary files /dev/null and b/public/images/2021/03/hdpe002.jpg differ diff --git a/public/images/2021/03/hdpe2.jpg b/public/images/2021/03/hdpe2.jpg new file mode 100644 index 000000000..4186d4a19 Binary files /dev/null and b/public/images/2021/03/hdpe2.jpg differ diff --git a/public/images/2021/03/hdpe4.jpg b/public/images/2021/03/hdpe4.jpg new file mode 100644 index 000000000..a4c893a46 Binary files /dev/null and b/public/images/2021/03/hdpe4.jpg differ diff --git a/public/images/2021/03/hdpe_pipe_main.jpg b/public/images/2021/03/hdpe_pipe_main.jpg new file mode 100644 index 000000000..fb9e79e8f Binary files /dev/null and b/public/images/2021/03/hdpe_pipe_main.jpg differ diff --git a/public/images/2021/03/hdpe_product.jpg b/public/images/2021/03/hdpe_product.jpg new file mode 100644 index 000000000..036b02096 Binary files /dev/null and b/public/images/2021/03/hdpe_product.jpg differ diff --git a/public/images/2021/03/hdpe_welding2.jpg b/public/images/2021/03/hdpe_welding2.jpg new file mode 100644 index 000000000..ecc43f763 Binary files /dev/null and b/public/images/2021/03/hdpe_welding2.jpg differ