sitoftonic
sitoftonic
RRailway
Created by sitoftonic on 10/2/2023 in #✋|help
Run docker command after run
@Brody As if I haven't used Markdown in my life🤣 Thanks again for your fast reply!
9 replies
RRailway
Created by sitoftonic on 10/2/2023 in #✋|help
Run docker command after run
Thanks @Brody, extending the Dockerfile was an easy answer, sorry for that! For anyone looking for the Dockerfile content:
# Use the official Apache Superset image as a base
FROM apache/superset

# Switch to the root user to install the required packages and configurations
USER root

# Run the necessary commands to set up Apache Superset
RUN superset fab create-admin ...

# Switch back to the `superset` user for security
USER superset
# Use the official Apache Superset image as a base
FROM apache/superset

# Switch to the root user to install the required packages and configurations
USER root

# Run the necessary commands to set up Apache Superset
RUN superset fab create-admin ...

# Switch back to the `superset` user for security
USER superset
9 replies
RRailway
Created by sitoftonic on 10/2/2023 in #✋|help
Run docker command after run
f33a1b6f-64f6-4731-b213-94e51d1b9b89
9 replies