refactor: restructure in entirety
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user