feat: apply requested changes
This commit is contained in:
@ -22,9 +22,9 @@ COPY --from=install /temp/dev/node_modules node_modules
|
||||
COPY . .
|
||||
|
||||
# [optional] tests & build
|
||||
ENV NODE_ENV=production
|
||||
RUN bun test
|
||||
RUN bun run build
|
||||
#ENV NODE_ENV=production
|
||||
#RUN bun test
|
||||
#RUN bun run build
|
||||
|
||||
# copy production dependencies and source code into final image
|
||||
FROM base AS release
|
||||
|
||||
Reference in New Issue
Block a user