Skip to content

Commit

Permalink
Move to ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3tazda3na committed Nov 12, 2024
1 parent 56821ad commit 87f3488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM nginx
RUN apt-get update && apt-get install -y curl
COPY default.conf /etc/nginx/conf.d/default.conf:ro
EXPOSE 80

0 comments on commit 87f3488

Please sign in to comment.