manuelernestog / astrofy

Astrofy is a free and open-source template for your Personal Portfolio Website built with Astro and TailwindCSS. Create in minutes a website with Blog, CV, Project Section, Store and RSS Feed.

Home Page:https://astrofy-template.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile/Containerfile and .dockerignore missing

michealch opened this issue · comments

Hi,
The project currently lacks a Dockerfile (or Containerfile) and a .dockerignore file. These files are essential for defining how to build Docker images and excluding unnecessary files from the build context, respectively.