Skip to content

Commit

Permalink
Merge pull request #3 from bjornreppen/args
Browse files Browse the repository at this point in the history
 Test command line arguments
  • Loading branch information
bjornreppen committed Jan 23, 2019
2 parents 498a76f + 44e174f commit ff460fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -7,6 +7,6 @@ RUN npm install --frozen-lockfile --no-cache --production
FROM node:10
WORKDIR /app
COPY --from=dep /node_modules ./node_modules
EXPOSE 8000
EXPOSE 9876
ADD . .
CMD [ "node", "src/index.js", "--port", "9876", "/data/" ]
CMD [ "node", "src/index.js", "--port", "9876", "--dataPath", "/data/" ]

0 comments on commit ff460fa

Please sign in to comment.