Skip to content

Commit

Permalink
Adapt Dockerfile for Package's Tests
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
VladimirCreator committed Oct 9, 2023
1 parent 4e65a80 commit e3f01b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN swift package resolve

COPY Sources \
Sources
RUN mkdir Tests \
Tests/BotTests

RUN swift build -c release
#
Expand Down

0 comments on commit e3f01b8

Please sign in to comment.