Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
Max Schmidt
2023-05-17 18:00:40 +02:00
parent 75e0a0192d
commit 88f49952e3
5 changed files with 8 additions and 2 deletions

View File

@ -23,5 +23,5 @@ COPY package*.json .
RUN yarn install --production
COPY --from=build /build/dist ./dist
COPY --from=build /build/build ./build
EXPOSE 3001
EXPOSE 3000
CMD ["yarn", "serve"]

View File

@ -8,7 +8,10 @@ const Posts: CollectionConfig = {
},
access: {
read: () => true,
create: () => true,
update: () => true,
},
fields: [
{
name: "title",