aws-samples / aws-nitro-enclave-blockchain-wallet

MIT No Attribution
37 stars 9 forks source link

Update Dockerfile #9

Closed woosleyn closed 1 year ago

woosleyn commented 1 year ago

on line 4: Change FROM amazonlinux to amazonlinux:2 on line 20: Change CMD["python3,"/app/server.py"] to CMD["python","/app/server.py"].

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dpdornseifer commented 1 year ago

@woosleyn thanks for your contribution. Can you please explain the intent of your PR? python3 is being provided by amazonlinux:2 docker file so no issue on this side.