Skip to content

Instantly share code, notes, and snippets.

@driedtoast
Last active March 14, 2019 13:53
Show Gist options
  • Save driedtoast/46841ce36cca7c8255c3b0e2f9a4604e to your computer and use it in GitHub Desktop.
Save driedtoast/46841ce36cca7c8255c3b0e2f9a4604e to your computer and use it in GitHub Desktop.
Example for someone, it probably doesn't work
FROM grav:latest
WORKING_DIR /var/www/html
RUN ./bin/gpm install webpacker
COPY ./webpacker.yaml /var/www/html/user/config/plugins/webpacker.yaml
WORKING_DIR /var/www/html/<themesdirectory>
RUN run yarn run setup
ENTRY_POINT[apached && run yarn run setup]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment