Skip to content

Commit

Permalink
feat: docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
seeratawan01 committed Oct 16, 2024
1 parent 68be6ae commit d315465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/javascript-sdk/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .
RUN pnpm install && pnpm build

FROM nginx:latest
COPY --from=builder /usr/src/dist/web/lib.js /usr/share/nginx/html
COPY --from=builder /usr/src/dist/lib.js /usr/share/nginx/html
RUN rm /etc/nginx/nginx.conf && rm /etc/nginx/conf.d/default.conf
COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY docker/default.conf /etc/nginx/conf.d/default.conf

0 comments on commit d315465

Please sign in to comment.