Browse Source

typo

pull/769/head
Peter Johnson 8 years ago committed by missinglink
parent
commit
3881861886
  1. 2
      Dockerfile

2
Dockerfile

@ -13,7 +13,7 @@ ENV HOME=/opt/pelias
WORKDIR ${WORK}
ADD . ${WORK}
# Build and set permissions for arbitary non-root user
# Build and set permissions for arbitrary non-root user
RUN npm install && \
npm test && \
chmod -R a+rwX .

Loading…
Cancel
Save