6 lines
65 B
Docker
6 lines
65 B
Docker
FROM fedora:latest
|
|
|
|
# Set working directory
|
|
WORKDIR /app
|
|
|
|
CMD env |