Skip to content
Snippets Groups Projects
Verified Commit eca414b0 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Fix typo in Dockerfile

parent 3124de68
No related branches found
No related tags found
No related merge requests found
Pipeline #51003 failed
......@@ -13,7 +13,7 @@ RUN apk add --no-cache python=2.7.16-r1 \
RUN wget -O omf.tar.gz https://github.com/ohmyform/ohmyform/archive/${OHMYFORM_VERSION}.tar.gz \
&& tar --strip-components=1 -x -f omf.tar.gz -C /opt/app \
&& mkdir -p /opt/app/public/lib
&& mkdir -p /opt/app/public/lib \
&& chown -R ohmyform:ohmyform /opt/app
WORKDIR /opt/app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment