Skip to content

Commit

Permalink
Need to make the directory from the builder
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 committed Jan 5, 2025
1 parent ac47073 commit c839e82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.rootless
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
-o /go/bin/api \
-v ./app/api/*.go

RUN mkdir /data

# Production stage
FROM public.ecr.aws/docker/library/alpine:latest
ENV HBOX_MODE=production
Expand Down

0 comments on commit c839e82

Please sign in to comment.