Skip to content

Commit

Permalink
attempt (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentheiii authored Aug 15, 2022
1 parent 9ca5fbe commit e4e69b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /app
COPY front/package*.json .
RUN npm install
COPY front .
ENV REACT_APP_BACKEND_URL http://localhost:80
ENV REACT_APP_BACKEND_URL=
RUN npm run build

# production stage
Expand Down
2 changes: 1 addition & 1 deletion back/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hekshermgmt"
version = "0.2.0"
version = "0.2.1"
description = "Heksher Management Tool (backend)"
authors = ["Dev Team <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {
"@lucarestagno/use-deep-effect": "^1.0.7",
"@mui/icons-material": "^5.0.1",
Expand Down

0 comments on commit e4e69b7

Please sign in to comment.