Skip to content

Commit

Permalink
Merge pull request #19 from waku-org/weboko/docker-fix
Browse files Browse the repository at this point in the history
chore: add dockerignore
  • Loading branch information
weboko authored Dec 2, 2023
2 parents ab60583 + c4fa298 commit 627de7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.next
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM httpd:2.4
RUN mkdir -p /usr/local/apache2/htdocs/_next
COPY ./out/* /usr/local/apache2/htdocs/
COPY ./out/_next /usr/local/apache2/htdocs/_next
COPY out/* /usr/local/apache2/htdocs/
COPY out/_next /usr/local/apache2/htdocs/_next

0 comments on commit 627de7b

Please sign in to comment.