Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dz6666 authored and HandsomeButterball committed Jun 24, 2021
1 parent 4977094 commit 4501406
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM nginx:mainline-alpine
RUN rm /etc/nginx/conf.d/*
ADD nginx.conf /etc/nginx/conf.d/
COPY dist/example /etc/nginx/html

0 comments on commit 4501406

Please sign in to comment.