Should be fixed now I think
This commit is contained in:
@@ -24,10 +24,10 @@ WORKDIR /app
|
||||
RUN npm install -g serve
|
||||
|
||||
# Copy built assets from the builder stage
|
||||
COPY --from=builder /app/dist ./
|
||||
COPY --from=builder /app/dist ./dist
|
||||
|
||||
# Expose port 5000 for the server
|
||||
EXPOSE 5000
|
||||
|
||||
# Start the server using the `serve` package
|
||||
CMD ["serve", "-s", ".", "-l", "5000"]
|
||||
CMD ["serve", "-s", "dist", "-l", "5000"]
|
||||
|
||||
Reference in New Issue
Block a user