Skip to content

Commit 681c60d

Browse files
authored
Issue #156 - The folder containing tests should not be declared as a volume
1 parent 3821a5b commit 681c60d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ FROM fedora:29
33
MAINTAINER Paul Podgorsek <[email protected]>
44
LABEL description Robot Framework in Docker.
55

6-
# Setup volumes for input and output
6+
# Setup volume for output
77
VOLUME /opt/robotframework/reports
8-
VOLUME /opt/robotframework/tests
98

109
# Setup X Window Virtual Framebuffer
1110
ENV SCREEN_COLOUR_DEPTH 24

0 commit comments

Comments
 (0)