Another go at printing out times
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
FROM node:10.15.0 as app
|
||||
|
||||
RUN \
|
||||
apt -y update && \
|
||||
apt -y install moreutils
|
||||
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
#wildcard as some files may not be in all repos
|
||||
@@ -19,6 +14,10 @@ RUN npm run compile:all
|
||||
|
||||
FROM node:10.15.0
|
||||
|
||||
RUN \
|
||||
apt -y update && \
|
||||
apt -y install moreutils
|
||||
|
||||
COPY --from=app /app /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user