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