dsfa2 / Dockerfile
krin002's picture
Create Dockerfile
b2225b3 verified
raw
history blame contribute delete
108 Bytes
FROM openmind000/dsfree:merge-latest
WORKDIR /app
RUN chmod -R 777 /app
EXPOSE 8000
CMD ["npm", "start"]