Skip to content

Commit

Permalink
do
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed Jan 29, 2024
1 parent 9b44e6a commit 734b1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .do/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY . .
# Copy frontend dist files into the container
COPY --from=frontend /build/frontend/dist ./frontend/dist

RUN go build -o main .
RUN go build -o main

# Start a new, final image to reduce size.
FROM alpine as final
Expand Down

0 comments on commit 734b1a2

Please sign in to comment.