enable logging for debug
This commit is contained in:
parent
3b72c24361
commit
e6ee5799a5
4 changed files with 7 additions and 5 deletions
|
@ -13,4 +13,4 @@ COPY --from=build /app/serve.json /public/serve.json
|
|||
RUN rm /public/.original.favicon.ico
|
||||
|
||||
EXPOSE 8081
|
||||
CMD serve public/ -p 8081 -S
|
||||
CMD [ "serve", "public/", "--listen", "8081", "--no-clipboard", "2&>1", "site.log"]
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"version": "0.2.0-pre.75",
|
||||
"version": "0.2.0-pre.77",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@firq/fgosite",
|
||||
"version": "0.2.0-pre.75",
|
||||
"version": "0.2.0-pre.77",
|
||||
"dependencies": {
|
||||
"@astro-community/astro-embed-youtube": "^0.5.6",
|
||||
"@astrojs/check": "^0.9.4",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.76",
|
||||
"version": "0.2.0-pre.77",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"cleanUrls": true,
|
||||
"directoryListing": true,
|
||||
"directoryListing": false,
|
||||
"etag": true,
|
||||
"logReq": true,
|
||||
"logRes": true,
|
||||
"headers": [
|
||||
{
|
||||
"source" : "**/*.html",
|
||||
|
|
Loading…
Add table
Reference in a new issue