Release 0.1.0
This commit is contained in:
parent
0701f9a69c
commit
4fcbecbe7a
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ RUN npm install --global "@warren-bank/serve"
|
||||||
COPY --from=build /app/dist /public
|
COPY --from=build /app/dist /public
|
||||||
COPY --from=build /app/serve.json /public/serve.json
|
COPY --from=build /app/serve.json /public/serve.json
|
||||||
|
|
||||||
ENV PORT 5000
|
ENV PORT 8081
|
||||||
EXPOSE 5000
|
EXPOSE 8081
|
||||||
|
|
||||||
CMD [ "serve", "public/", "-p", "5000" ]
|
CMD [ "serve", "public/", "-p", "8081" ]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|
Loading…
Reference in a new issue