Skip to content

Commit

Permalink
fix docker issues for use in action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed Mar 26, 2021
1 parent 4277572 commit 3e4e592
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ jest.config.js
credentials.json
.dockerignore
.gitignore
.env.example
.env.example
wallaby.js
.env
.eslintrc.js
.prettierrc.js
action.yml
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ COPY package.json package-lock.json ./
RUN npm install --production
COPY . .

CMD npm start
CMD cd /app && npm start

0 comments on commit 3e4e592

Please sign in to comment.