Skip to content

Commit f6f1d52

Browse files
committed
style.css in docker
1 parent 49eba06 commit f6f1d52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

multipass/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN npm install
1212
# Copy tailwind config and CSS source
1313
COPY tailwind.config.js ./
1414
COPY web/static/css/input.css ./web/static/css/input.css
15+
COPY web/static/css/styles.css ./web/static/css/styles.css
1516

1617
# Build CSS
1718
RUN npm run build:css
@@ -35,6 +36,7 @@ COPY . .
3536

3637
# Copy the built CSS from the css-builder stage
3738
COPY --from=css-builder /app/web/static/css/tailwind.css ./web/static/css/tailwind.css
39+
COPY --from=css-builder /app/web/static/css/styles.css ./web/static/css/styles.css
3840

3941
# Build the application
4042
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o multipass cmd/multipass/main.go

0 commit comments

Comments
 (0)