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

Fix bad instructions order

parent a06e888b
No related branches found
No related tags found
No related merge requests found
Pipeline #51006 failed
......@@ -12,8 +12,8 @@ RUN apk add --no-cache python=2.7.16-r1 \
&& npm cache clean --force
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 \
&& tar --strip-components=1 -x -f omf.tar.gz -C /opt/app \
&& 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