Edit help/temp dockerfile permissions

This commit is contained in:
Essem 2022-01-30 13:15:10 -06:00
parent eca47a21cb
commit a0b2cb062d
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 2 additions and 2 deletions

View File

@ -56,11 +56,11 @@ RUN npm run build
RUN mkdir /home/esmBot/help
RUN chown esmBot:esmBot /home/esmBot/help
RUN chmod 644 /home/esmBot/help
RUN chmod 666 /home/esmBot/help
RUN mkdir /home/esmBot/temp
RUN chown esmBot:esmBot /home/esmBot/temp
RUN chmod 644 /home/esmBot/temp
RUN chmod 666 /home/esmBot/temp
USER esmBot