Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaselwanter authored Apr 19, 2023
1 parent 2fd334d commit 8702ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV REDIS-SERVICE-NAME="redis"


WORKDIR /app
ADD go.* ./main.go .
ADD go.* main.go ./
RUN go mod download \
&& CGO_ENABLED=0 GOOS=linux go build -o main .

Expand All @@ -15,4 +15,4 @@ COPY ./public/index.html public/index.html
COPY ./public/script.js public/script.js
COPY ./public/style.css public/style.css
CMD ["/app/main"]
EXPOSE 3000
EXPOSE 3000

0 comments on commit 8702ae6

Please sign in to comment.