refactor: make sure dist directory exists during development

This commit is contained in:
Stavros
2025-04-10 22:14:26 +03:00
parent 61dfc91110
commit df34b13f25
2 changed files with 1 additions and 3 deletions

View File

@@ -12,9 +12,6 @@ COPY ./internal ./internal
COPY ./main.go ./
COPY ./air.toml ./
RUN mkdir -p ./internal/assets/dist && \
echo "app running" > ./internal/assets/dist/index.html
RUN go install github.com/air-verse/air@v1.61.7
EXPOSE 3000