mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-04 06:43:08 +00:00
Merge pull request #19 from waku-org/weboko/docker-fix
chore: add dockerignore
This commit is contained in:
commit
627de7bf51
2
.dockerignore
Normal file
2
.dockerignore
Normal file
@ -0,0 +1,2 @@
|
||||
node_modules
|
||||
.next
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user