Skip to content

Commit

Permalink
fix: dockerfile being wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
lennoxlotl committed Oct 21, 2024
1 parent afeef3a commit bcea60c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /api
COPY ./api .

RUN apt update && apt install -y ca-certificates
RUN chmod +x /api/api

EXPOSE 8000
CMD ["api"]
CMD ["/api/api"]

0 comments on commit bcea60c

Please sign in to comment.