Skip to content

Commit

Permalink
Refactor Dockerfile to use Ubuntu as the base image for Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bolado committed Oct 25, 2024
1 parent 6c8172f commit 96414fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN templ generate
# Build the application
RUN CGO_ENABLED=0 GOOS=linux go build -o ai-tracker

# Use a minimal base image for the final image
FROM alpine:latest
# Use ubuntu as the base image due chrome dependencies
FROM ubuntu:20.04

# Set the working directory inside the container
WORKDIR /root/
Expand Down

0 comments on commit 96414fe

Please sign in to comment.