docker, again

master
Araozu 2024-05-08 09:36:29 -05:00
parent a47fb3f043
commit af51a0acd5
1 changed files with 3 additions and 2 deletions

View File

@ -10,5 +10,6 @@ RUN go build
EXPOSE 8080:8080
# Copy the backend binary
CMD ["card-jong-be"]
RUN go build -v -o /usr/local/bin/app ./...
CMD ["app"]