Skip to content

Commit

Permalink
move cacheoff to right place
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Mar 30, 2020
1 parent 75561af commit 1d71d26
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
@@ -1,7 +1,7 @@
FROM httpd:alpine
EXPOSE 80
ARG cacheoff
RUN if [ ! -z ${cacheoff} ]; then mv .nocache.htaccess .htaccess; fi
COPY ./ /usr/local/apache2/htdocs/
WORKDIR /usr/local/apache2/htdocs/
RUN if [ ! -z ${cacheoff} ]; then mv .nocache.htaccess .htaccess; fi
RUN rm -rf ./.git/

0 comments on commit 1d71d26

Please sign in to comment.