Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 445ed27eb8 | |||
| 21f3970ca8 |
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
IMAGE_NAME: coracle-social/flotilla
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
|
||||
+1
-1
@@ -20,5 +20,5 @@ ENV NODE_OPTIONS=--max_old_space_size=16384
|
||||
RUN pnpm run build
|
||||
|
||||
# Default to serving the build directory
|
||||
CMD ["npx", "serve", "build"]
|
||||
CMD ["npx", "serve", "-s", "build"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user