Update Dockerfile

This commit is contained in:
Andras Bacsai
2025-09-19 12:07:27 +02:00
committed by GitHub
parent ad8c1892f9
commit 0c5092132f

View File

@@ -3,5 +3,6 @@ WORKDIR /app
COPY . /app
RUN env
RUN echo "Build-time NPM_TOKEN is: $NPM_TOKEN"
RUN echo "Build-time SERVICE_PASSWORD_64_API is: $SERVICE_PASSWORD_64_API"
RUN bun install
CMD bun start