Cleaning up the Dockerfile.
This commit is contained in:
parent
af317fe39a
commit
90060c8d1f
@ -7,7 +7,6 @@ COPY . /app
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN qmake && make
|
RUN qmake && make
|
||||||
|
|
||||||
#Add user to /etc/sudoers with sudo permissions
|
|
||||||
RUN adduser user --home /home/user
|
RUN adduser user --home /home/user
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN chmod +x /app/cool-retro-term
|
RUN chmod +x /app/cool-retro-term
|
||||||
|
Loading…
x
Reference in New Issue
Block a user