mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
fix(repo): fix build path in dockerfile, remove imports, add new task in taskfile
This commit is contained in:
@@ -15,7 +15,7 @@ FROM node:${NODE_VERSION}
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=builder /build/src/.output .
|
||||
COPY --from=builder /build/.output .
|
||||
|
||||
ENV HOST=0.0.0.0
|
||||
ENV PORT=3000
|
||||
|
||||
Reference in New Issue
Block a user