Skip to content

Commit

Permalink
Main
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Nov 28, 2023
1 parent 00b7668 commit 933193c
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 @@ -7,5 +7,5 @@ RUN CGO_ENABLED=0 go build -o server main.go
FROM scratch
WORKDIR /app
COPY --from=build /app/server .
COPY flowramps.jpg . # Copia a imagem para o diretório do container
COPY flowramps.jpg /app
CMD ["./server"]

0 comments on commit 933193c

Please sign in to comment.