Skip to content

Commit

Permalink
Chat server updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMartynenko committed Mar 15, 2024
1 parent d5f7ba2 commit 53ba20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM golang:1.22-alpine AS builder

# . means current repo
COPY .. /github.com/AndreiMartynenko/chat-server/source/
COPY . /github.com/AndreiMartynenko/chat-server/source/
WORKDIR /github.com/AndreiMartynenko/chat-server/source/

RUN go mod download
Expand Down

0 comments on commit 53ba20b

Please sign in to comment.