Skip to content

Instantly share code, notes, and snippets.

@tiagodavi70
Created August 23, 2023 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagodavi70/4ea0f7617cfa74b41a0c4423dc7df0b6 to your computer and use it in GitHub Desktop.
Save tiagodavi70/4ea0f7617cfa74b41a0c4423dc7df0b6 to your computer and use it in GitHub Desktop.
FROM nginx
RUN apt-get update && apt-get install -y git
RUN git clone https://github.com/tiagodavi70/survey_viewer.git
RUN mv survey_viewer/* /usr/share/nginx/html
# docker build -t teste_repo .
# docker run -p 80:80 -d teste_repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment