mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-10 22:14:53 -05:00
Update Hasura to latest version
This commit is contained in:
@@ -4,10 +4,10 @@ WORKDIR /usr/src/app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
RUN yarn install
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm run build
|
||||
RUN yarn build
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
CMD [ "yarn", "start" ]
|
||||
|
||||
Reference in New Issue
Block a user