Skip to content

Commit

Permalink
Fixed key for WORKDIR in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Feb 9, 2024
1 parent 23b213a commit 20e695a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ COPY ./environment.yml /root/environment.yml

RUN mamba env update -f /root/environment.yml

WD /home
WORKDIR /home
ENTRYPOINT ["mopac"]
CMD ["mopac.dat"]

0 comments on commit 20e695a

Please sign in to comment.