Skip to content

Commit 2c620bb

Browse files
Update Dockerfile
1 parent 8638592 commit 2c620bb

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

Dockerfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
FROM nginx:alpine
22

33
# 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/
4+
COPY /src/*.* /usr/share/nginx/html/
125
COPY peerspace.png /usr/share/nginx/html/
136
# Add any other static assets like CSS files if they are separate
147

0 commit comments

Comments
 (0)