Compare commits
2 Commits
v0.0.3
...
447ea1c761
| Author | SHA1 | Date | |
|---|---|---|---|
| 447ea1c761 | |||
| 89b332f620 |
@@ -1,2 +1,3 @@
|
||||
.env
|
||||
kittyurl-frontend/node_modules
|
||||
kittyurl-frontend/node_modules
|
||||
kittyurl-frontend/dist
|
||||
@@ -36,8 +36,7 @@ jobs:
|
||||
|
||||
- name: Push Docker images
|
||||
env:
|
||||
BRANCH_NAME: ${{ github.ref_name }}
|
||||
SHORT_HASH: ${{ github.sha }}
|
||||
REF_NAME: ${{ github.ref_name }}
|
||||
run: |
|
||||
docker push gitea.7o7.cx/kittyteam/kittyfe:master-${REF_NAME}
|
||||
docker push gitea.7o7.cx/kittyteam/kittyfe:latest
|
||||
|
||||
@@ -27,4 +27,4 @@ EXPOSE 6568
|
||||
# Since we don't know user's .env ahead of time, kittyFE needs to
|
||||
# rebuild itself every launch so that the changes in .env get reflected.
|
||||
# This is not ideal and we're looking into possible ways to improve this.
|
||||
CMD ["npm", "run", "preview", "--", "--host", "0.0.0.0", "--port", "6568"]
|
||||
CMD ["npm", "run", "serve", "--", "--host", "0.0.0.0", "--port", "6568"]
|
||||
|
||||
Reference in New Issue
Block a user