Fix copying of dist in Dockerfile

pull/14/head
Trivernis 4 years ago committed by GitHub
parent 490316e6d5
commit 1cbf650b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ RUN npm install gulp
RUN gulp
FROM node
COPY --from=builder /dist .
COPY --from=builder ./dist .
COPY --from=builder ./package*.json ./
RUN npm install --production
EXPOSE 4000

Loading…
Cancel
Save