fix Dockerfile
This commit is contained in:
@@ -9,4 +9,4 @@ COPY . ./
|
|||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM nginx:latest
|
FROM nginx:latest
|
||||||
COPY --from=build /app/public /usr/share/nginx/html
|
COPY --from=build /app/build /usr/share/nginx/html
|
||||||
@@ -15,7 +15,7 @@ const config = {
|
|||||||
],
|
],
|
||||||
|
|
||||||
kit: {
|
kit: {
|
||||||
adapter: adapter({ out: 'public' })
|
adapter: adapter()
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user