Skip to content

Commit

Permalink
clean comments
Browse files Browse the repository at this point in the history
  • Loading branch information
netcode committed Mar 19, 2024
1 parent cd2660c commit 6b5674e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ WORKDIR /usr/src/app
COPY package*.json ./

RUN npm i
# If you are building your code for production
# RUN npm ci --only=production

# Bundle app source
COPY . .

RUN chmod +x ./bin/hash-honeypot

#ENTRYPOINT [ "./bin/hash-honeypot", "help" ]
CMD ["sleep", "infinity"]

0 comments on commit 6b5674e

Please sign in to comment.