DOCKER NOT WORKING

This commit is contained in:
Gorgeous-Patrick 2024-12-05 14:47:05 -05:00
parent 5bfbd6c8fe
commit 6407c89d90
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ env*.sh
/test
.vscode
runprog

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM golang
COPY . /app
WORKDIR /app/cmd/runprog
RUN go build