Skip to content

Commit 664d281

Browse files
Merge pull request #25 from tryretool/mcramer_ec2_fix
fix typo in scripts path
2 parents 41c4534 + 26aa215 commit 664d281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/aws_ec2_standalone/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ resource "aws_instance" "this" {
9494
9595
# Rewrite Dockerfile
9696
echo FROM tryretool/backend:${var.version_number} > Dockerfile
97-
echo CMD ./docker-scripts/start_api.sh >> Dockerfile
97+
echo CMD ./docker_scripts/start_api.sh >> Dockerfile
9898
9999
# Initialize Docker and Retool Installation
100100
./install.sh

0 commit comments

Comments
 (0)