Skip to content

Commit

Permalink
change fstab
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Oct 4, 2024
1 parent 0105d99 commit 273c153
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 @@ -32,7 +32,7 @@ RUN cd /tmp && \

RUN git clone --branch 3.6.0 https://github.com/CTFd/CTFd /opt/CTFd

RUN echo 'tmpfs /run tmpfs defaults,mode=755,shared 0 0' >> /etc/fstab
RUN echo 'tmpfs /run/dojofs tmpfs defaults,mode=755,shared 0 0' >> /etc/fstab

RUN ln -s /opt/pwn.college/etc/systemd/system/pwn.college.service /etc/systemd/system/pwn.college.service && \
ln -s /opt/pwn.college/etc/systemd/system/pwn.college.backup.service /etc/systemd/system/pwn.college.backup.service && \
Expand Down

0 comments on commit 273c153

Please sign in to comment.