Skip to content

Commit

Permalink
fix: switch to copying dist folder into dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Dec 9, 2020
1 parent b72376e commit a0bde37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ COPY package*.json ./
RUN npm install --production

# move the rest of the project over
COPY dist ./
COPY dist ./dist

ENTRYPOINT ["bundle", "exec", "node", "index.js"]
ENTRYPOINT ["bundle", "exec", "node", "dist/index.js"]

0 comments on commit a0bde37

Please sign in to comment.