Skip to content

Commit

Permalink
feat: Fix registry
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaYousefpourM committed Jan 13, 2025
1 parent a9d1aa0 commit ada2fab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.6
FROM focker.ir/python:3.9.6
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

Expand Down
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.0 AS build
FROM focker.ir/node:18.20-alpine AS build

WORKDIR /run

Expand All @@ -8,7 +8,7 @@ RUN npm install
COPY . .
RUN npm run build

FROM alpine:3.17.6 AS production
FROM focker.ir/alpine:3.17.6 AS production

WORKDIR /run
COPY --from=build /run/dist /dist
Expand Down

0 comments on commit ada2fab

Please sign in to comment.