Skip to content

Commit 0f65259

Browse files
committed
Update Dockerfile
1 parent 6c12cbf commit 0f65259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xmpp-discord-bridge/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.11-alpine AS builder
22

3-
COPY . /build
3+
COPY ./src /build
44
WORKDIR /build
55

66
RUN apk add --no-cache git cargo libgcc

0 commit comments

Comments
 (0)