Skip to content

Commit cd52cae

Browse files
author
Kiosk
committed
fix(docker): add deps directory to image
1 parent bce07ef commit cd52cae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /app
44
# Copy server and HTML files only
55
COPY server.ts ./
66
COPY *.html *.js ./
7+
COPY deps ./deps/
78

89

910
EXPOSE 3333

0 commit comments

Comments
 (0)