diff --git a/32-platform/sportsstore/BuildLinux.cmd b/32-platform/sportsstore/BuildLinux.cmd index 7968b94..9f26ea0 100644 --- a/32-platform/sportsstore/BuildLinux.cmd +++ b/32-platform/sportsstore/BuildLinux.cmd @@ -3,6 +3,6 @@ set GOARCH=amd64 go build -docker build --tag go_SportStore . +docker build --tag go_sport_store . -docker run -p 5000:5000 go_SportStore \ No newline at end of file +docker run -p 5000:5000 go_sport_store \ No newline at end of file diff --git a/32-platform/sportsstore/Dockerfile b/32-platform/sportsstore/Dockerfile index bbbbe04..1d94f70 100644 --- a/32-platform/sportsstore/Dockerfile +++ b/32-platform/sportsstore/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -COPY storestore /app/ +COPY sportstore /app/ COPY templates /app/templates COPY sql/* /app/sql COPY files/* /app/files/ diff --git a/32-platform/sportsstore/sportstore b/32-platform/sportsstore/sportstore new file mode 100644 index 0000000..95cd6d8 Binary files /dev/null and b/32-platform/sportsstore/sportstore differ