mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 19:19:09 -04:00
feat added custom pages
This commit is contained in:
11
.devcontainer/laradock/react/Dockerfile
Normal file
11
.devcontainer/laradock/react/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM node:10
|
||||
|
||||
WORKDIR /usr/src/app/react
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install node-sass && npm install
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user