Skip to content

Commit c839e82

Browse files
Need to make the directory from the builder
1 parent ac47073 commit c839e82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.rootless

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
5757
-o /go/bin/api \
5858
-v ./app/api/*.go
5959

60+
RUN mkdir /data
61+
6062
# Production stage
6163
FROM public.ecr.aws/docker/library/alpine:latest
6264
ENV HBOX_MODE=production

0 commit comments

Comments
 (0)