This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ${BUILD_FROM} as base
33
44FROM base as workspace
55ENV NODE_ENV=production
6- WORKDIR /usr/src/ada
6+ WORKDIR /usr/src/app
77COPY . .
88
99FROM workspace as build
@@ -13,7 +13,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
1313RUN bun install --frozen-lockfile
1414
1515FROM workspace
16- COPY --from=build /usr/src/ava /node_modules /usr/src/ava /node_modules
16+ COPY --from=build /usr/src/app /node_modules /usr/src/app /node_modules
1717RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
1818 jq curl
1919
@@ -40,7 +40,7 @@ LABEL \
4040 io.hass.base.name="debian" \
4141 io.hass.base.image="ghcr.io/0x77dev/ava/server" \
4242 maintainer="Mykhailo Marynenko <mykhailo@0x77.dev>" \
43- org.opencontainers.image.title="Ada Server for ${BUILD_ARCH} " \
43+ org.opencontainers.image.title="Ada Server for ${BUILD_ARCH" \
4444 org.opencontainers.image.description="Ada Server Add-on: ${BUILD_ARCH} bun debian v1 image" \
4545 org.opencontainers.image.vendor="Ava Add-ons" \
4646 org.opencontainers.image.authors="Mykhailo Marynenko <mykhailo@0x77.dev>" \
You can’t perform that action at this time.
0 commit comments