Skip to content

Commit

Permalink
Merge pull request #157 from ppodgorsek/issue-156
Browse files Browse the repository at this point in the history
Issue #156 - The folder containing tests should not be declared as a volume
  • Loading branch information
ppodgorsek authored Apr 4, 2019
2 parents 3821a5b + 681c60d commit 9e37825
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ FROM fedora:29
MAINTAINER Paul Podgorsek <ppodgorsek@users.noreply.github.com>
LABEL description Robot Framework in Docker.

# Setup volumes for input and output
# Setup volume for output
VOLUME /opt/robotframework/reports
VOLUME /opt/robotframework/tests

# Setup X Window Virtual Framebuffer
ENV SCREEN_COLOUR_DEPTH 24
Expand Down

0 comments on commit 9e37825

Please sign in to comment.