Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 29e0b4f

Browse files
committed
fix workflow
1 parent e43a932 commit 29e0b4f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

server/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ${BUILD_FROM} as base
33

44
FROM base as workspace
55
ENV NODE_ENV=production
6-
WORKDIR /usr/src/ada
6+
WORKDIR /usr/src/app
77
COPY . .
88

99
FROM workspace as build
@@ -13,7 +13,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
1313
RUN bun install --frozen-lockfile
1414

1515
FROM 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
1717
RUN 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>" \

0 commit comments

Comments
 (0)