Skip to content

Commit

Permalink
Create appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-veeramalla authored Jul 18, 2023
1 parent bbf02e7 commit d17d361
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions day-14/simple-python-app/appspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 0.0
os: linux

resources:
- myDockerContainer:
type: AWS::EC2::Container
properties:
Image: docker.io/abhishekf5/simple-python-flask-app:latest
Memory: 256
PortMappings:
- ContainerPort: 8000
HostPort: 8000

0 comments on commit d17d361

Please sign in to comment.