Skip to content

Commit 7200272

Browse files
committed
Fix
1 parent 4161e5d commit 7200272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/public-api-server/leeway.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk upgrade --no-cache \
99
&& apk add --no-cache ca-certificates
1010

1111
RUN adduser -S -D -H -h /app -u 1000 appuser
12-
COPY components-blobserve--app/blobserve /app/blobserve
12+
COPY components-public-api-server--app/public-api-server /app/public-api-server
1313
RUN chown -R appuser /app
1414

1515
USER appuser
@@ -19,5 +19,5 @@ ARG VERSION
1919

2020
ENV GITPOD_BUILD_GIT_COMMIT=${__GIT_COMMIT}
2121
ENV GITPOD_BUILD_VERSION=${VERSION}
22-
ENTRYPOINT [ "/app/blobserve" ]
22+
ENTRYPOINT [ "/app/public-api-server" ]
2323
CMD [ "-v", "help" ]

0 commit comments

Comments
 (0)