refactor: restructure in entirety

This commit is contained in:
Arkaprabha Chakraborty
2025-12-06 15:31:18 +05:30
parent 28733e22d3
commit 17a2bce744
43 changed files with 854 additions and 1342 deletions

View File

@@ -12,7 +12,11 @@ RUN go mod download
COPY . .
# Compile SCSS to CSS
RUN sass internal/web/assets/scss/main.scss internal/web/assets/css/output.css --style=compressed
# Install Sass
RUN npm install -g sass
# Compile SCSS
RUN sass web/assets/scss/main.scss web/assets/css/output.css --style=compressed
RUN CGO_ENABLED=1 GOOS=linux go build -o main cmd/api/main.go