Skip to content

Commit

Permalink
fix(#213): pid path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed Dec 13, 2023
1 parent 6a3c2b5 commit 6d24637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY ./public /static-html/reg-frontend/app

RUN chmod -R go=rX /static-html /etc/apache2/regsys.conf

RUN find /static-html
RUN mkdir -p /run/apache2 && chmod 777 /run/apache2

EXPOSE 8080

Expand Down

0 comments on commit 6d24637

Please sign in to comment.