Skip to content

Commit 1c02017

Browse files
committed
style(md tables): Fix formatting to comply with megalinter
- Prettier hates this but Megalinter love it :/
1 parent c177f42 commit 1c02017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Further information can be found in [this project's documentation](/docs/index.m
8989
**Example Output:**
9090

9191
| REPOSITORY | TAG | IMAGE ID | CREATED | SIZE |
92-
| --------------------------- | ------ | ------------ | -------------- | ----- |
92+
|-----------------------------|--------|--------------|----------------|-------|
9393
| copilot-usage-lambda-script | latest | 0bbe73d9256f | 11 seconds ago | 224MB |
9494

9595
3. Run the image locally mapping local host port (9000) to container port (8080) and passing in AWS credentials to download a .pem file from the AWS Secrets Manager to the running container. These credentials will also be used to upload and download `historic_usage_data.json` to and from S3.
@@ -129,7 +129,7 @@ Further information can be found in [this project's documentation](/docs/index.m
129129
**Example output:**
130130

131131
| CONTAINER ID | IMAGE | COMMAND | CREATED | STATUS | PORTS | NAMES |
132-
| ------------ | --------------------------- | ---------------------- | -------------- | ------------- | ----------------------------------------- | ------------ |
132+
|--------------|-----------------------------|------------------------|----------------|---------------|-------------------------------------------|--------------|
133133
| 3f7d64676b1a | copilot-usage-lambda-script | "/lambda-entrypoint.…" | 44 seconds ago | Up 44 seconds | 0.0.0.0:9000->8080/tcp, :::9000->8080/tcp | nice_ritchie |
134134

135135
Stop the container

0 commit comments

Comments
 (0)