qfa / Dockerfile
krin002's picture
Update Dockerfile
0cdd828 verified
raw
history blame contribute delete
107 Bytes
FROM openmind000/qfree:merge-latest
WORKDIR /app
RUN chmod -R 777 /app
EXPOSE 8000
CMD ["npm", "start"]