fix the API build for the docker

This commit is contained in:
ngn 2024-07-24 01:19:49 +03:00
parent e948701d27
commit bd030d3756

View File

@ -10,7 +10,7 @@ COPY routes ./routes
COPY util ./util COPY util ./util
EXPOSE 7001 EXPOSE 7001
RUN make RUN go build
ARG PASSWORD ARG PASSWORD
ENV PASSWORD $PASSWORD ENV PASSWORD $PASSWORD