New design v0.2
New design and framework
This commit is contained in:
@@ -29,6 +29,7 @@ RUN addgroup -g 1001 -S nodejs && \
|
||||
# Copy necessary files
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY --from=builder /app/src ./src
|
||||
COPY --from=builder /app/dist/client ./dist/client
|
||||
COPY --from=builder /app/package.json ./
|
||||
|
||||
# Set permissions
|
||||
|
||||
Reference in New Issue
Block a user