sfa / Dockerfile
krin002's picture
Create Dockerfile
40b4aca verified
raw
history blame contribute delete
108 Bytes
FROM openmind000/kimifree:steplatest
WORKDIR /app
RUN chmod -R 777 /app
EXPOSE 8000
CMD ["npm", "start"]