Adding documentation and a cleaner dockerfile.

This commit is contained in:
Aric Renzo
2018-09-14 15:00:44 -04:00
parent d25346e814
commit af317fe39a
2 changed files with 20 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ COPY . /app
WORKDIR /app
RUN qmake && make
#Add user to /etc/sudoers with sudo permissions
RUN adduser user --home /home/user
WORKDIR /app
RUN chmod +x /app/cool-retro-term