Skip to content

Commit

Permalink
Correct mistake in COPY in actions.Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: arthurtemporim <[email protected]>
  • Loading branch information
arthurTemporim committed Dec 2, 2020
1 parent b3e410f commit f250415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/actions.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM botrequirements

COPY ./bot/actions/actions.py /bot/actions/actions.py
COPY ./bot/actions/ /bot/actions/
COPY ./bot/Makefile /bot/Makefile

WORKDIR /bot
Expand Down

0 comments on commit f250415

Please sign in to comment.