This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Build Project | |
FROM node:20.9.0-bullseye-slim | |
LABEL maintainer="RPE Team" | |
LABEL description="Anya Fund Switching and Allocation" | |
# Define argument | |
ARG STAGE | |
# set up directory file |