diff --git a/Dockerfile b/Dockerfile index 64ec366..83a9c7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,6 @@ FROM fedora:latest + +# Set working directory +WORKDIR /app + CMD env \ No newline at end of file