We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8638592 commit 2c620bbCopy full SHA for 2c620bb
1 file changed
Dockerfile
@@ -1,14 +1,7 @@
1
FROM nginx:alpine
2
3
# Copy the application files to the nginx html directory
4
-COPY index.html /usr/share/nginx/html/
5
-COPY main.js /usr/share/nginx/html/
6
-COPY share.js /usr/share/nginx/html/
7
-COPY media.js /usr/share/nginx/html/
8
-COPY whiteboard.js /usr/share/nginx/html/
9
-COPY kanban.js /usr/share/nginx/html/
10
-COPY document.js /usr/share/nginx/html/
11
-COPY tryjero.js /usr/share/nginx/html/
+COPY /src/*.* /usr/share/nginx/html/
12
COPY peerspace.png /usr/share/nginx/html/
13
# Add any other static assets like CSS files if they are separate
14
0 commit comments