Skip to content

Commit

Permalink
ready to go
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 7, 2024
1 parent 06b8d86 commit 7586206
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.git*
Dockerfile
default.conf
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM nginx:alpine

WORKDIR /usr/share/nginx/html

# RUN rm -f index.html
RUN rm -f index.html
COPY default.conf /etc/nginx/conf.d/

COPY . .

0 comments on commit 7586206

Please sign in to comment.