karlicoss / promnesia

Another piece of your extended mind
https://beepb00p.xyz/promnesia.html
MIT License
1.74k stars 74 forks source link

fix typo #370

Closed raphwriter closed 1 year ago

raphwriter commented 1 year ago

(Dockerfile seems to work without the (misspelled) directory anyhow)

karlicoss commented 1 year ago

ah, seems that if WORKDIR doesn't exist, docker will create it, that explains why it worked. thanks!