Cleaning up the Dockerfile.

This commit is contained in:
Aric Renzo 2018-09-14 15:00:56 -04:00
parent af317fe39a
commit 90060c8d1f

View File

@ -7,7 +7,6 @@ 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