Skip to content

Commit

Permalink
fix Dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
vanchaxy committed Nov 27, 2024
1 parent 1cfe97f commit 5886bc0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ COPY plexio plexio

RUN pip install -e . --no-cache-dir

COPY --from=build /app/build frontend
COPY --from=build /app/dist frontend

COPY unit-nginx-config.json /docker-entrypoint.d/config.json
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ app = 'plexio'
primary_region = 'iad'

[build]
image = 'ghcr.io/vanchaxy/plexio:0.1.0-rc2'
image = 'ghcr.io/vanchaxy/plexio:0.1.0-rc3'

[env]
CACHE_TYPE = 'redis'
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "0.1.0-rc2",
"version": "0.1.0-rc3",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion plexio/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0-rc2'
__version__ = '0.1.0-rc3'

0 comments on commit 5886bc0

Please sign in to comment.