Skip to content

Commit

Permalink
test lagi
Browse files Browse the repository at this point in the history
  • Loading branch information
syafiqparadisam committed Jul 24, 2024
1 parent d5cbaad commit 6fb8bf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
FROM node:20.12-alpine AS build

# Set workdir in docker container
WORKDIR /app

# Copy source code

Expand All @@ -21,6 +20,8 @@ RUN export VITE_SERVICE_ID=$(cat /run/secrets/VITE_SERVICE_ID) \
&& export VITE_TEMPLATE_ID=$(cat /run/secrets/VITE_TEMPLATE_ID) \
&& export VITE_PUBLIC_KEY=$(cat /run/secrets/VITE_PUBLIC_KEY)

WORKDIR /app

COPY . .
# ENV VITE_PUBLIC_KEY=Y5qSjyArYPDPZXVdM
# ENV VITE_SERVICE_ID=service_gyicy3e
Expand Down

0 comments on commit 6fb8bf6

Please sign in to comment.