Skip to content

Commit

Permalink
Modified Dockerfile location
Browse files Browse the repository at this point in the history
Signed-off-by: Pradyot Ranjan <[email protected]>
  • Loading branch information
prady0t committed Dec 19, 2023
1 parent f93922d commit c4960d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
25 changes: 0 additions & 25 deletions .devcontainer/devcontainer.json

This file was deleted.

3 changes: 2 additions & 1 deletion login/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ FROM golang:1.17
WORKDIR /app

# Copy your application files into the container
COPY . /app
COPY login /app


RUN go build -o app
# Expose any necessary ports
Expand Down
2 changes: 1 addition & 1 deletion login/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Person struct {
func root(w http.ResponseWriter, e *http.Request){

person := Person{
Name: "Prakhar",
Name: "Pradyot",
Age: 22,
Email: "[email protected]",
}
Expand Down

0 comments on commit c4960d6

Please sign in to comment.