Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
smyja committed Nov 28, 2023
1 parent f94d56d commit f74c322
Show file tree
Hide file tree
Showing 1,801 changed files with 16 additions and 16 deletions.
14 changes: 4 additions & 10 deletions captain-definition
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"schemaVersion": 2,
"dockerfileLines": [
"FROM node:16-alpine",
"RUN mkdir -p /usr/src/app",
"COPY ./web /usr/src/app",
"RUN npm install",
"CMD [ \"npm\", \"start\" ]"
]
}
{
"schemaVersion": 2,
"dockerfilePath": "./server/Dockerfile"
}
4 changes: 0 additions & 4 deletions captain-definition-backend

This file was deleted.

10 changes: 10 additions & 0 deletions captain-definition-frontend
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"schemaVersion": 2,
"dockerfileLines": [
"FROM node:16-alpine",
"RUN mkdir -p /usr/src/app",
"COPY ./web /usr/src/app",
"RUN npm install",
"CMD [ \"npm\", \"start\" ]"
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/package.json → web/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ocado",
"name": "mirage",
"version": "0.1.0",
"description": "AI Image Editor",
"homepage": "",
"bugs": "https://github.com/smyja/ocado/issues",
"bugs": "https://github.com/smyja/mirage/issues",
"author": "",
"repository": "",
"license": "MIT",
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit f74c322

Please sign in to comment.