diff --git a/Dockerfile b/Dockerfile index d108d96..c0e3a79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM imbios/bun-node:22-alpine AS base FROM base AS install RUN mkdir -p /temp/dev -COPY package.json bun.lockb /temp/dev/ +COPY package.json bun.lock /temp/dev/ COPY project.inlang /temp/dev/project.inlang RUN cd /temp/dev && bun install --frozen-lockfile @@ -32,4 +32,4 @@ LABEL org.opencontainers.image.description="Frontend for the Versia Server Proje WORKDIR /app EXPOSE 3000 -CMD ["static-web-server", "--config-file", "/etc/config.toml"] \ No newline at end of file +CMD ["static-web-server", "--config-file", "/etc/config.toml"]