refactor: move to remix.run
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:16
|
||||
|
||||
COPY . /src
|
||||
WORKDIR /src
|
||||
|
||||
RUN npm install && npm run build
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
|
Reference in New Issue
Block a user