mm
This commit is contained in:
parent
b5b799cd55
commit
cca73dcbc6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ RUN mkdir /config && \
|
|||
WORKDIR /app
|
||||
COPY --chown=node:node . .
|
||||
|
||||
RUN ls -lah src
|
||||
RUN ls -lah .
|
||||
|
||||
ENV NODE_ENV=production
|
||||
RUN npm ci --omit=dev && \
|
||||
|
|
Loading…
Reference in a new issue