Release 0.1.0
All checks were successful
/ checking (push) Successful in 13s
/ build-site (push) Successful in 2m5s
/ release (push) Successful in 8s

This commit is contained in:
Firq 2023-12-20 21:47:37 +01:00
parent 0701f9a69c
commit 4fcbecbe7a
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ RUN npm install --global "@warren-bank/serve"
COPY --from=build /app/dist /public
COPY --from=build /app/serve.json /public/serve.json
ENV PORT 5000
EXPOSE 5000
ENV PORT 8081
EXPOSE 8081
CMD [ "serve", "public/", "-p", "5000" ]
CMD [ "serve", "public/", "-p", "8081" ]

View file

@ -1,7 +1,7 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",