Skip to content

Commit

Permalink
Fixing a typo in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Clark committed Sep 24, 2023
1 parent e2ea563 commit d56a927
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 @@ -47,7 +47,7 @@ usermod -aG srv odoo
# Let's run Odoo from /srv/odoo/src
# We created a group called srv in the last RUN command.
RUN mkdir /srv/odoo && \
kdir /srv/odoo/src && \
mkdir /srv/odoo/src && \
mkdir /srv/odoo/filestore && \
chown odoo /srv/odoo && \
chown odoo /srv/odoo/filestore && \
Expand Down

0 comments on commit d56a927

Please sign in to comment.