We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c12cbf commit 0f65259Copy full SHA for 0f65259
1 file changed
xmpp-discord-bridge/Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.11-alpine AS builder
2
3
-COPY . /build
+COPY ./src /build
4
WORKDIR /build
5
6
RUN apk add --no-cache git cargo libgcc
0 commit comments