Skip to content

Commit

Permalink
Merge pull request #87 from jfarseneau/yes_on_docker_run
Browse files Browse the repository at this point in the history
Add "--yes" to run command
  • Loading branch information
jfarseneau authored May 1, 2022
2 parents c9686b5 + f6f1c1f commit 32e9116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ WORKDIR "/antennas"
RUN npm install

EXPOSE 5004
CMD ["npx", "."]
CMD ["npx", "--yes", "."]

0 comments on commit 32e9116

Please sign in to comment.