Skip to content

Instantly share code, notes, and snippets.

@budasuyasa
Last active July 17, 2021 13:08
Show Gist options
  • Save budasuyasa/b287a281d8619d93e6a5986d53dddc7f to your computer and use it in GitHub Desktop.
Save budasuyasa/b287a281d8619d93e6a5986d53dddc7f to your computer and use it in GitHub Desktop.
Dockerfile untuk image web_server
FROM nginx:alpine
COPY public /var/www/public
ADD Docker/nginx/default.conf /etc/nginx/conf.d/default.conf
WORKDIR /var/www/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment