mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user