Fixed missing touch in dockerfiles

master
Keith Irwin 2022-11-27 16:03:32 -07:00
parent 4cf03e88e2
commit 8379cf250c
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ RUN apt-get update && apt-get install --yes \
# Create dirs and temp files
RUN mkdir /usr/lib/wgapi /var/log/wgapi
RUN touch /var/local/wgapi_tokens
RUN chown -R www-data:www-data /usr/lib/wgapi /var/log/wgapi /var/local/wgapi_tokens
# Configure apache

View File

@ -8,6 +8,7 @@ RUN apt-get update && apt-get install --yes \
# Create dirs and temp files
RUN mkdir /usr/lib/wgapi /var/log/wgapi
RUN touch /var/local/wgapi_tokens
RUN chown -R www-data:www-data /usr/lib/wgapi /var/log/wgapi /var/local/wgapi_tokens
# Configure apache