Cool-Retro-Term in a Docker Container #474

Closed
aric49 wants to merge 6 commits from aric49/feature/Docker into master
Showing only changes of commit 90060c8d1f - Show all commits

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