mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Display NPM_TOKEN during Docker build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM oven/bun
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
ENV TEST=$TEST
|
||||
RUN env
|
||||
RUN echo "Build-time NPM_TOKEN is: $NPM_TOKEN"
|
||||
RUN bun install
|
||||
CMD bun start
|
||||
|
||||
Reference in New Issue
Block a user