Commit 489e3634 authored by Andreas Dueren's avatar Andreas Dueren
Browse files

Fix Go build command to specify package path

parent 458eba1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ WORKDIR /app/code

# Download and build mautrix-whatsapp
RUN git clone https://github.com/mautrix/whatsapp.git . \
    && go build -o /app/pkg/mautrix-whatsapp
    && go build -o /app/pkg/mautrix-whatsapp ./cmd/mautrix-whatsapp

# Copy startup script
COPY start.sh /app/pkg/