Skip to content

Commit

Permalink
Removed recursive copy command from api-server Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
duggalsu authored and dennyabrain committed Sep 5, 2023
1 parent bb8a14c commit 2f2f869
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions browser-extension/api-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ COPY ./entrypoint.sh /
RUN chmod +x /entrypoint.sh
USER node
ENTRYPOINT ["/entrypoint.sh"]
COPY . .

CMD ["node", "index.js"]

0 comments on commit 2f2f869

Please sign in to comment.