fixed backend code

This commit is contained in:
dhaval055
2023-10-09 17:57:34 +00:00
parent c7fc95831f
commit 6fbc916902
3 changed files with 57 additions and 61 deletions
+1 -3
View File
@@ -8,8 +8,6 @@ ADD ./go-app/main.go /app
ADD ./go-app/walkoff.go /app
ADD ./go-app/docker.go /app
ADD ./go-app/shuffle-shared /app/shuffle-shared
ADD ./go-app/go.mod /app
# Required files for code generation
@@ -43,4 +41,4 @@ COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certifica
WORKDIR /app
EXPOSE 5001
CMD ["./webapp"]
CMD ["./webapp"]