1
This commit is contained in:
parent
c0a0c55b1d
commit
aa03598e1d
@ -16,6 +16,11 @@ COPY . .
|
||||
# Build the application
|
||||
RUN yarn run build
|
||||
|
||||
RUN echo "Debug: Contents of /app after build:"
|
||||
RUN ls -la /app
|
||||
RUN echo "Debug: Contents of /app/dist after build:"
|
||||
RUN ls -la /app/dist || echo "Debug: /app/dist directory not found or ls failed"
|
||||
|
||||
EXPOSE 3302
|
||||
|
||||
CMD ["npm", "start"]
|
||||
Loading…
x
Reference in New Issue
Block a user